diff options
author | carlsonj <none@none> | 2008-04-03 10:10:34 -0700 |
---|---|---|
committer | carlsonj <none@none> | 2008-04-03 10:10:34 -0700 |
commit | a778b211500c8b2b47a35aa015cd89d5548a8ad8 (patch) | |
tree | b77d66a650cf100689dcaa2f9df0d342c8335551 /usr/src/cmd/psrinfo | |
parent | 3dec9fcdd56adf1b4a563137b4915c8f2d83b881 (diff) | |
download | illumos-gate-a778b211500c8b2b47a35aa015cd89d5548a8ad8.tar.gz |
6680948 ON could use some common Perl and Python build rules
Diffstat (limited to 'usr/src/cmd/psrinfo')
-rw-r--r-- | usr/src/cmd/psrinfo/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/usr/src/cmd/psrinfo/Makefile b/usr/src/cmd/psrinfo/Makefile index 4a39f0d858..9117d4688e 100644 --- a/usr/src/cmd/psrinfo/Makefile +++ b/usr/src/cmd/psrinfo/Makefile @@ -21,7 +21,7 @@ # #ident "%Z%%M% %I% %E% SMI" # -# Copyright 2006 Sun Microsystems, Inc. All rights reserved. +# Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # cmd/psrinfo/Makefile @@ -44,16 +44,9 @@ _msg: $(PROG).po clean: -%: %.pl - $(SED) -e "s@TEXT_DOMAIN@\"$(TEXT_DOMAIN)\"@" $< > $@ - - $(ROOTUSRSBINBINPROG): $(PROG) $(INS.file) -$(PROG).po: $(PROG).pl - $(XGETTEXT) -d $(PROG) $(PROG).pl - lint: include ../Makefile.targ |