diff options
author | Marc Espie <espie@cvs.openbsd.org> | 1999-01-24 18:42:17 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 1999-01-24 18:42:17 +0000 |
commit | 955af76fbf57028a8f2ab4f5e4b2eee857169bd1 (patch) | |
tree | 98d777ec5ef6454f301d01ee6acc1a1367694a8e /gnu | |
parent | 697ae82b074fec6fc4813a4ef79e664331128218 (diff) |
Clean up mess instead of applying band-aids.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/texinfo/Makefile.bsd-wrapper | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/usr.bin/texinfo/Makefile.bsd-wrapper b/gnu/usr.bin/texinfo/Makefile.bsd-wrapper index d81a6523ff2..8bda257ed0c 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.27 1999/01/24 10:25:53 downsj Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.28 1999/01/24 18:42:16 espie Exp $ INFODIR= infodir=${DESTDIR}/usr/share/info INFOPATH= DEFAULT_INFOPATH=/usr/local/info:/usr/share/info:. @@ -9,12 +9,13 @@ NOMAN= # info.1 manpage passed into obsolescence SUBDIRS= intl lib info makeinfo po util doc GNUCFLAGS= CFLAGS="${CFLAGS}" FSFMAKE= ${MAKE} SUBDIRS="${SUBDIRS}" ${GNUCFLAGS} ${INFODIR} \ - ${INFOPATH} all-recursive + ${INFOPATH} +FSFALL=all-recursive .include <bsd.own.mk> all: config.status - ${FSFMAKE} LDFLAGS=${LDSTATIC} + ${FSFMAKE} LDFLAGS=${LDSTATIC} $(FSFALL) .FORCE: .IGNORE @@ -51,8 +52,7 @@ install: maninstall clean cleandir: rm -f ${CLEANFILES} -@if [ -e Makefile ]; then \ - ${MAKE} SUBDIRS="${SUBDIRS}" ${GNUCFLAGS} ${INFODIR} \ - ${INFOPATH} distclean; fi + $(FSFMAKE) distclean; fi depend: # Nothing here so far... |