diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-02-02 00:49:15 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-02-02 00:49:15 +0000 |
commit | 52d7d3a85251b34b321ea660aecbe4c371b73ac5 (patch) | |
tree | cc759d664b512aebaf03fef1692f1805f23089b9 /gnu/usr.bin/texinfo/Makefile.bsd-wrapper | |
parent | 5392ccaafa0fb55cd503515f21d9ad2c901ec736 (diff) |
"make -f Makefile.bsd-wrapper config" should *really* config, and
never use cached values.
Diffstat (limited to 'gnu/usr.bin/texinfo/Makefile.bsd-wrapper')
-rw-r--r-- | gnu/usr.bin/texinfo/Makefile.bsd-wrapper | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/texinfo/Makefile.bsd-wrapper b/gnu/usr.bin/texinfo/Makefile.bsd-wrapper index 4668261c559..910fa55d7a3 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.3 1996/01/01 23:51:29 deraadt Exp $ +# $Id: Makefile.bsd-wrapper,v 1.4 1996/02/02 00:49:14 niklas Exp $ MAN= info/info.1 SUBDIRS= libtxi makeinfo info util @@ -10,6 +10,7 @@ all: config.status .FORCE: .IGNORE config: .FORCE + -rm -f config.cache /bin/sh ${.CURDIR}/configure --prefix=/usr config.status: |