diff options
author | etheisen <etheisen@cvs.openbsd.org> | 1996-02-02 06:43:49 +0000 |
---|---|---|
committer | etheisen <etheisen@cvs.openbsd.org> | 1996-02-02 06:43:49 +0000 |
commit | a134905473c301126bef81fd6bc10fcdbdf2b977 (patch) | |
tree | 8e1f109cb61bc72204f353bfa5fe108874845d73 /gnu/usr.bin/texinfo | |
parent | 2934e452da7ddaecdc02813a0efbaf6c135722ff (diff) |
Undo LDSTATIC change. Possibly needed.
Diffstat (limited to 'gnu/usr.bin/texinfo')
-rw-r--r-- | gnu/usr.bin/texinfo/Makefile.bsd-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/texinfo/Makefile.bsd-wrapper b/gnu/usr.bin/texinfo/Makefile.bsd-wrapper index fac88839d9f..44f97f8eaf1 100644 --- a/gnu/usr.bin/texinfo/Makefile.bsd-wrapper +++ b/gnu/usr.bin/texinfo/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $Id: Makefile.bsd-wrapper,v 1.5 1996/02/02 06:34:09 etheisen Exp $ +# $Id: Makefile.bsd-wrapper,v 1.6 1996/02/02 06:43:48 etheisen Exp $ INFODIR= infodir=${DESTDIR}/usr/share/info INFOPATH= DEFAULT_INFOPATH=/usr/local/info:/usr/share/info:. @@ -10,7 +10,7 @@ GNUCFLAGS= CFLAGS="$(CFLAGS)" FSFMAKE= ${MAKE} SUBDIRS="$(SUBDIRS)" $(GNUCFLAGS) $(INFODIR) $(INFOPATH) all: config.status - ${FSFMAKE} + ${FSFMAKE} LDFLAGS=${LDSTATIC} .FORCE: .IGNORE |