diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1999-01-24 10:25:54 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1999-01-24 10:25:54 +0000 |
commit | 9a6221e1704ae1fee0306cbbe62c1c3bdd36bd65 (patch) | |
tree | 3abbbca4c09da8bfb04ca8e77b33b78203e65200 /gnu | |
parent | c665012ae681a9507bce60573f44015663012f1b (diff) |
Whomever thinks that a 'make clean' should do a 'make all' first shall be
cursed to do builds on a 68020 for the rest of their life!
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/texinfo/Makefile.bsd-wrapper | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/usr.bin/texinfo/Makefile.bsd-wrapper b/gnu/usr.bin/texinfo/Makefile.bsd-wrapper index b2d3952a3d5..d81a6523ff2 100644 --- a/gnu/usr.bin/texinfo/Makefile.bsd-wrapper +++ b/gnu/usr.bin/texinfo/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.26 1999/01/11 16:38:00 espie Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.27 1999/01/24 10:25:53 downsj Exp $ INFODIR= infodir=${DESTDIR}/usr/share/info INFOPATH= DEFAULT_INFOPATH=/usr/local/info:/usr/share/info:. @@ -50,7 +50,9 @@ install: maninstall clean cleandir: rm -f ${CLEANFILES} - -@if [ -e Makefile ]; then ${FSFMAKE} distclean; fi + -@if [ -e Makefile ]; then \ + ${MAKE} SUBDIRS="${SUBDIRS}" ${GNUCFLAGS} ${INFODIR} \ + ${INFOPATH} distclean; fi depend: # Nothing here so far... |