diff options
Diffstat (limited to 'usr/src/lib/libuutil/native/Makefile')
-rw-r--r-- | usr/src/lib/libuutil/native/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr/src/lib/libuutil/native/Makefile b/usr/src/lib/libuutil/native/Makefile index c74d06cd9f..8f30530f51 100644 --- a/usr/src/lib/libuutil/native/Makefile +++ b/usr/src/lib/libuutil/native/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" -# NOT_NATIVE = $(POUND_SIGN) # tell Makefile.com we're native @@ -41,7 +39,7 @@ LDLIBS = $(MY_NATIVE_LDLIBS) # We must use the build's avl headers, to match the common avl.c # AVLHEADERS = sys/avl.h sys/avl_impl.h -CLOBBERFILES += $(AVLHEADERS) +CLOBBERFILES += $(AVLHEADERS) $(LIBS) all: $(LIBS) |