diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-05-30 23:10:34 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-05-30 23:10:34 +0000 |
commit | 0b9e76142c4ba9e39793706de41a4d37280cdb8c (patch) | |
tree | 475b683d280fd8c725d0403b84b55e924837f827 /gnu | |
parent | d0a37487d679c8ec8ff58623d8a655ee5abeeae4 (diff) |
delay removing of Makefiles until AFTER they're used for the last time
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/cvs/Makefile.bsd-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/cvs/Makefile.bsd-wrapper b/gnu/usr.bin/cvs/Makefile.bsd-wrapper index 81b00e33d23..0ce70275fd3 100644 --- a/gnu/usr.bin/cvs/Makefile.bsd-wrapper +++ b/gnu/usr.bin/cvs/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.16 1996/05/30 22:13:12 niklas Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.17 1996/05/30 23:10:33 niklas Exp $ MAN= man/cvs.1 man/cvs.5 man/cvsbug.8 GNUCFLAGS= CFLAGS="${CFLAGS} -DSERVER_FLOWCONTROL" @@ -23,8 +23,8 @@ install: maninstall bindir=${DESTDIR}/usr/bin INSTALL_MAN= install clean cleandir: - rm -f ${CLEANFILES} -@if [ -e Makefile ]; then ${MAKE} distclean; fi + rm -f ${CLEANFILES} depend: # Nothing here so far... |