artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b70e0f
)
"make -f Makefile.bsd-wrapper config" should *really* config, and
author
niklas
<niklas@openbsd.org>
Fri, 2 Feb 1996 00:49:14 +0000
(
00:49
+0000)
committer
niklas
<niklas@openbsd.org>
Fri, 2 Feb 1996 00:49:14 +0000
(
00:49
+0000)
never use cached values.
gnu/usr.bin/texinfo/Makefile.bsd-wrapper
patch
|
blob
|
history
diff --git
a/gnu/usr.bin/texinfo/Makefile.bsd-wrapper
b/gnu/usr.bin/texinfo/Makefile.bsd-wrapper
index
4668261
..
910fa55
100644
(file)
--- 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: