diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-07-24 16:00:51 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-07-24 16:00:51 +0000 |
commit | 97e3a9d9c752c7bb3a16f9cfc85ee112d9235252 (patch) | |
tree | 74de7444906e8f6e9a5eb57f2c25a2411044305a /gnu/usr.bin | |
parent | 469b056795432a9a6b13a09925430242ff377638 (diff) |
get the "make -f Makefile.bsd-wrapper config" case too (pr 188.)
Diffstat (limited to 'gnu/usr.bin')
-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 37a6d639f06..ade4860df7b 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.14 1997/07/24 15:46:17 kstailey Exp $ +# $Id: Makefile.bsd-wrapper,v 1.15 1997/07/24 16:00:50 kstailey Exp $ INFODIR= infodir=${DESTDIR}/usr/share/info INFOPATH= DEFAULT_INFOPATH=/usr/local/info:/usr/share/info:. @@ -24,7 +24,7 @@ all: config.status config: .FORCE -rm -f config.cache - /bin/sh ${.CURDIR}/configure --prefix=/usr + INSTALL_PROGRAM=$(INST_PROG) /bin/sh ${.CURDIR}/configure --prefix=/usr config.status: INSTALL_PROGRAM=$(INST_PROG) /bin/sh ${.CURDIR}/configure --prefix=/usr |