diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-03-04 18:16:13 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-03-04 18:16:13 +0000 |
commit | fe5784cc34fb22ec5d29e04e43722331aeb4023d (patch) | |
tree | ec953eb42e71370fb2cefdf5be3d6fee4934f10d /gnu/usr.bin/gcc/f/runtime/Makefile.in | |
parent | bde0ae6b25765a6dc970ab21d820f785f1fb1db7 (diff) |
Don't try and rebuild configure with autoconf. We have no guarantee
that the timestamp on configure will be newer than configure.in...
Diffstat (limited to 'gnu/usr.bin/gcc/f/runtime/Makefile.in')
-rw-r--r-- | gnu/usr.bin/gcc/f/runtime/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/usr.bin/gcc/f/runtime/Makefile.in b/gnu/usr.bin/gcc/f/runtime/Makefile.in index 88196acca14..d22d8310a49 100644 --- a/gnu/usr.bin/gcc/f/runtime/Makefile.in +++ b/gnu/usr.bin/gcc/f/runtime/Makefile.in @@ -105,8 +105,9 @@ libf77: libF77/Makefile cd libF77; $(MAKE) $(FLAGS_TO_PASS) all ; \ fi -${srcdir}/configure: ${srcdir}/configure.in - cd ${srcdir} && autoconf && rm -f config.cache +# XXX OpenBSD +#${srcdir}/configure: ${srcdir}/configure.in +# cd ${srcdir} && autoconf && rm -f config.cache ../include/f2c.h libI77/Makefile libF77/Makefile Makefile: Makefile.in \ config.status $(FLAGS_TO_PASS) CONFIG_SITE=/dev/null $(SHELL) config.status |