diff options
Diffstat (limited to 'usr/src/lib/abi/apptrace/Makefile')
-rw-r--r-- | usr/src/lib/abi/apptrace/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/usr/src/lib/abi/apptrace/Makefile b/usr/src/lib/abi/apptrace/Makefile index c8e66508e5..b141d8b7ba 100644 --- a/usr/src/lib/abi/apptrace/Makefile +++ b/usr/src/lib/abi/apptrace/Makefile @@ -23,8 +23,6 @@ # Copyright 2004 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# include $(SRC)/lib/Makefile.lib @@ -42,15 +40,15 @@ CLEANFILES += $(MSGFILES) # CPPFLAGS= -I. $(CPPFLAGS.master) -all := TARGET = all +all := TARGET = all clean := TARGET = clean clobber := TARGET = clobber install := TARGET = install -lint := TARGET = lint .KEEP_STATE: -all clean clobber install lint: $(SUBDIRS) +all clean clobber install: $(SUBDIRS) + $(POFILE): $(MSGFILES) $(BUILDPO.msgfiles) |