diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-04-07 00:18:18 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-04-07 00:18:18 +0000 |
commit | 4056024bc09dd4a4ecf0a229309aab7705f18d17 (patch) | |
tree | 3da743902571f0e4a71b21faa201d2f2471d8604 /gnu/usr.bin | |
parent | 226d51635851f09ee1b8ad1500bf6c8f0a168bdb (diff) |
Re-run configure if Makefile.in, configure, or c-parse.in changes.
This should fix the problem people were seeing with gcc reporting
unresolved symbols (Makefile and Makefile.in were inconsistent).
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r-- | gnu/usr.bin/gcc/Makefile.bsd-wrapper | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/gcc/Makefile.bsd-wrapper b/gnu/usr.bin/gcc/Makefile.bsd-wrapper index 00d5c1dca23..8174450cbcd 100644 --- a/gnu/usr.bin/gcc/Makefile.bsd-wrapper +++ b/gnu/usr.bin/gcc/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.21 1996/12/16 01:07:22 downsj Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.22 1997/04/07 00:18:17 millert Exp $ MAN= cccp.1 gcc.1 cp/g++.1 f/g77.1 MLINKS+= gcc.1 cc.1 @@ -32,10 +32,10 @@ config: .FORCE /bin/sh ${.CURDIR}/configure --with-gnu-as --with-gnu-ld \ --prefix=/usr --local-prefix=/usr \ --gxx-include=${GPP_INC_DIR} ${GCCARCH} -config.status: +config.status: Makefile.in configure c-parse.in /bin/sh ${.CURDIR}/configure --with-gnu-as --with-gnu-ld \ --prefix=/usr --local-prefix=/usr \ - --gxx-include=${GPP_INC_DIR} ${GCCARCH} + --gxx-include=${GPP_INC_DIR} ${GCCARCH} && touch config.status install: maninstall ${MAKE} ${GNUCFLAGS} prefix=${DESTDIR}/usr \ |