diff options
Diffstat (limited to 'gnu/egcs/libiberty/Makefile.bsd-wrapper')
-rw-r--r-- | gnu/egcs/libiberty/Makefile.bsd-wrapper | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/egcs/libiberty/Makefile.bsd-wrapper b/gnu/egcs/libiberty/Makefile.bsd-wrapper index 6d88c4df45c..3f4bbaa266e 100644 --- a/gnu/egcs/libiberty/Makefile.bsd-wrapper +++ b/gnu/egcs/libiberty/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.1 1999/05/26 15:47:00 espie Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.2 1999/05/28 16:17:34 espie Exp $ LIB= iberty CPPFLAGS+= -I$(.CURDIR) -I$(.CURDIR)/../include -I$(.OBJDIR) @@ -32,4 +32,7 @@ CLEANFILES+= config.h config.status needed-list # XXX -- Why are these not removed by the generated Makefile? CLEANFILES+= insque.o insque.po insque.so +# and more +CLEANFILES+=Makefile config.cache config.log stamp-h xhost-mkfrag testsuite/Makefile + .include <bsd.lib.mk> |