diff options
author | 1998-09-10 03:28:44 +0000 | |
---|---|---|
committer | 1998-09-10 03:28:44 +0000 | |
commit | c115d370f503314dc1824cc90485c99d28f6fa8c (patch) | |
tree | d33cdb36a6c72178683b715fa8884e82210fcfac | |
parent | kernel and install floppy kernel for POWERSTACK machines. (diff) | |
download | wireguard-openbsd-c115d370f503314dc1824cc90485c99d28f6fa8c.tar.xz wireguard-openbsd-c115d370f503314dc1824cc90485c99d28f6fa8c.zip |
clean up some files 'make distclean' on the GNU Makefile does not clean up
-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... |