artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4efab7e
)
"make -f Makefile.bsd-wrapper config" should *really* config, and
author
niklas
<niklas@openbsd.org>
Fri, 2 Feb 1996 00:22:56 +0000
(
00:22
+0000)
committer
niklas
<niklas@openbsd.org>
Fri, 2 Feb 1996 00:22:56 +0000
(
00:22
+0000)
never use cached values.
gnu/usr.bin/gcc/Makefile.bsd-wrapper
patch
|
blob
|
history
diff --git
a/gnu/usr.bin/gcc/Makefile.bsd-wrapper
b/gnu/usr.bin/gcc/Makefile.bsd-wrapper
index
1f760f9
..
cb3c832
100644
(file)
--- a/
gnu/usr.bin/gcc/Makefile.bsd-wrapper
+++ b/
gnu/usr.bin/gcc/Makefile.bsd-wrapper
@@
-1,4
+1,4
@@
-# $Id: Makefile.bsd-wrapper,v 1.
3 1996/01/01 23:51:28 deraadt
Exp $
+# $Id: Makefile.bsd-wrapper,v 1.
4 1996/02/02 00:22:56 niklas
Exp $
MAN= cccp.1 gcc.1 cp/g++.1
MLINKS= gcc.1 cc.1
@@
-9,6
+9,7
@@
all: config.status
.FORCE: .IGNORE
config: .FORCE
+ -rm -f config.cache
/bin/sh ${.CURDIR}/configure --with-gnu-as --with-gnu-ld \
--prefix=/usr