diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2003-12-26 04:14:46 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2003-12-26 04:14:46 +0000 |
commit | 90be396b80c572ac188b368f01a78bd5d1ae84c1 (patch) | |
tree | 6fe4bab19cc93a45e170f50dd9b1021b9fae540a /gnu/lib/libiberty | |
parent | 34b37d0c127d40c365586594160294844ca98074 (diff) |
add libiberty.info to CLEANFILES
ok espie@
Diffstat (limited to 'gnu/lib/libiberty')
-rw-r--r-- | gnu/lib/libiberty/Makefile.bsd-wrapper | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/lib/libiberty/Makefile.bsd-wrapper b/gnu/lib/libiberty/Makefile.bsd-wrapper index 98fe613db42..81b526c89f6 100644 --- a/gnu/lib/libiberty/Makefile.bsd-wrapper +++ b/gnu/lib/libiberty/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.4 2003/12/25 18:08:08 espie Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.5 2003/12/26 04:14:45 brad Exp $ LIB= iberty CPPFLAGS+= -DHAVE_CONFIG_H -I$(.CURDIR) -I$(.CURDIR)/include -I$(.OBJDIR) @@ -29,7 +29,8 @@ CLEANFILES+= config.h config.status needed-list CLEANFILES+= insque.o insque.go insque.po insque.so # and more -CLEANFILES+=Makefile config.cache config.log stamp-h xhost-mkfrag testsuite/Makefile +CLEANFILES+= Makefile config.cache config.log stamp-h xhost-mkfrag \ + testsuite/Makefile libiberty.info depend: needed-list |