diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-09-10 03:28:45 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-09-10 03:28:45 +0000 |
commit | 7c595b0752c0ea70e944dfca15a54ee71379e3ec (patch) | |
tree | 2453eedb64e07c1570f898b25ec54161a2e715b0 /gnu/lib/libgmp | |
parent | 568ba96f3ac3d54b062e75a68e2cbee5a89c1608 (diff) |
clean up some files 'make distclean' on the GNU Makefile does not clean up
Diffstat (limited to 'gnu/lib/libgmp')
-rw-r--r-- | gnu/lib/libgmp/Makefile.bsd-wrapper | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/lib/libgmp/Makefile.bsd-wrapper b/gnu/lib/libgmp/Makefile.bsd-wrapper index c7b87cd04bc..35f368f9f2f 100644 --- a/gnu/lib/libgmp/Makefile.bsd-wrapper +++ b/gnu/lib/libgmp/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.6 1998/06/07 23:28:07 millert Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.7 1998/09/10 03:28:44 millert Exp $ SUBDIR+= mpn mpz mpf mpq @@ -47,6 +47,7 @@ install: clean cleandir: -@if [ -e Makefile ]; then ${MAKE} distclean; fi + -@rm -f sublibs gmp.info gmp.info-1 gmp.info-2 gmp.info-3 depend: # Nothing here so far... |