diff options
Diffstat (limited to 'usr/src/cmd/sgs/tools/i386/Makefile')
-rw-r--r-- | usr/src/cmd/sgs/tools/i386/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/usr/src/cmd/sgs/tools/i386/Makefile b/usr/src/cmd/sgs/tools/i386/Makefile index 44cab67a8f..3076c8026e 100644 --- a/usr/src/cmd/sgs/tools/i386/Makefile +++ b/usr/src/cmd/sgs/tools/i386/Makefile @@ -19,9 +19,6 @@ # # CDDL HEADER END # -# -#ident "%Z%%M% %I% %E% SMI" -# # Copyright (c) 1996 by Sun Microsystems, Inc. # All rights reserved. @@ -29,9 +26,7 @@ include $(SRC)/cmd/sgs/tools/Makefile.com .KEEP_STATE: -all: native $(PROGS) $(LIBS) - -native: $(NATIVE) +all: $(NATIVE) $(PROGS) $(LIBS) install: all $(ROOTPROGS) $(ROOTLIBS) |