diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-06-30 15:00:22 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-06-30 15:00:22 +0000 |
commit | 9678e5cdbf1875dcb75613519516f933bec498e0 (patch) | |
tree | 039b8579cc5fcf0e228309d6da5a25c64c914258 /gnu/lib/libg++ | |
parent | 48a80b2afd797ba53d4cc4899469498965fb8ea9 (diff) |
remove: insque.o insque.po insque.so tmpnam.o tmpnam.po tmpnam.so
Diffstat (limited to 'gnu/lib/libg++')
-rw-r--r-- | gnu/lib/libg++/libiberty/Makefile.bsd-wrapper | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/lib/libg++/libiberty/Makefile.bsd-wrapper b/gnu/lib/libg++/libiberty/Makefile.bsd-wrapper index 6932e5165ef..38131ba4a99 100644 --- a/gnu/lib/libg++/libiberty/Makefile.bsd-wrapper +++ b/gnu/lib/libg++/libiberty/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.5 1996/06/03 07:36:29 deraadt Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.6 1997/06/30 15:00:21 kstailey Exp $ LIB= iberty CPPFLAGS+= -I$(.CURDIR) -I$(.CURDIR)/../include -I$(.OBJDIR) @@ -26,4 +26,7 @@ SRCS= argv.c basename.c concat.c cplus-dem.c fdmatch.c \ CLEANFILES+= alloca-conf.h config.h dummy dummy.o errors lconfig.h \ lneeded-list needed-list needed.awk needed2.awk stamp-picdir +# XXX -- Why are these not removed by the generated Makefile? +CLEANFILES+= insque.o insque.po insque.so tmpnam.o tmpnam.po tmpnam.so + .include <bsd.lib.mk> |