diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2000-07-31 20:54:14 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2000-07-31 20:54:14 +0000 |
commit | 4828ab98a3b2a65ecd99c022f380874a96851633 (patch) | |
tree | 27a48da793312c409a7f6e6f2f079f8c82063a36 /gnu/usr.bin | |
parent | ed55c022eafcf15e5a510f0a946be4c6b3e71e5a (diff) |
Remove unneeded SUBDIR override.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r-- | gnu/usr.bin/texinfo/Makefile.bsd-wrapper | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/usr.bin/texinfo/Makefile.bsd-wrapper b/gnu/usr.bin/texinfo/Makefile.bsd-wrapper index 4cb7252739d..22d691aacbb 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.31 2000/02/15 19:40:23 espie Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.32 2000/07/31 20:54:13 espie Exp $ INFODIR= infodir=${DESTDIR}/usr/share/info INFOPATH= DEFAULT_INFOPATH=/usr/local/info:/usr/share/info:. @@ -8,10 +8,8 @@ CLEANFILES= makeinfo/makeinfo.info info/info.info info/info-stnd.info \ MAN= doc/info.1 doc/install-info.1 doc/makeinfo.1 doc/texi2dvi.1 MAN+= doc/texindex.1 doc/info.5 doc/texinfo.5 -SUBDIRS= intl lib info makeinfo po util doc GNUCFLAGS= CC="${CC}" CFLAGS="${CFLAGS} ${COPTS}" -FSFMAKE= ${MAKE} SUBDIRS="${SUBDIRS}" ${GNUCFLAGS} ${INFODIR} \ - ${INFOPATH} +FSFMAKE= ${MAKE} ${GNUCFLAGS} ${INFODIR} ${INFOPATH} FSFALL=all-recursive .include <bsd.own.mk> |