diff options
Diffstat (limited to 'usr/src/lib/libdtrace/i386/Makefile')
-rw-r--r-- | usr/src/lib/libdtrace/i386/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr/src/lib/libdtrace/i386/Makefile b/usr/src/lib/libdtrace/i386/Makefile index 6c479392f9..be5262c0a9 100644 --- a/usr/src/lib/libdtrace/i386/Makefile +++ b/usr/src/lib/libdtrace/i386/Makefile @@ -22,8 +22,6 @@ # Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# ASFLAGS += $(AS_PICFLAGS) -P -D_ASM @@ -35,7 +33,6 @@ include ../Makefile.com SRCS += $(SRC)/common/dis/i386/dis_tables.c CPPFLAGS += -I$(SRC)/common/dis/i386 -LINTFLAGS += -erroff=E_BAD_PTR_CAST_ALIGN CLEANFILES += regs.sed regs.d @@ -50,5 +47,5 @@ pics/%.o: $(SRC)/common/dis/i386/%.c $(COMPILE.c) -o $@ $< $(POST_PROCESS_O) -install yydebug: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT) \ +install yydebug: all $(ROOTLIBS) $(ROOTLINKS) \ $(ROOTDLIBS) $(ROOTDOBJS) |