diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-09-07 16:50:40 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-09-07 16:50:40 +0000 |
commit | 870015b1b87a09acfc1444d824aa7bde0fb07978 (patch) | |
tree | 61a6dfc1e3eff4fe386b0037cf76efbdba475384 /bfd/configure.in | |
parent | 94a7312289e4257370b66efc5fc6183bc1749b47 (diff) | |
download | gdb-870015b1b87a09acfc1444d824aa7bde0fb07978.zip gdb-870015b1b87a09acfc1444d824aa7bde0fb07978.tar.gz gdb-870015b1b87a09acfc1444d824aa7bde0fb07978.tar.bz2 |
* Makefile.in (do_distclean): Remove config.h and stamp-h.
(Makefile): Just rebuild Makefile.
(config.h, stamp-h): New targets.
* configure.in: Create stamp-h when rebuilding config.h.
* configure: Rebuild.
Diffstat (limited to 'bfd/configure.in')
-rw-r--r-- | bfd/configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bfd/configure.in b/bfd/configure.in index 7bfe2a1..39eea25 100644 --- a/bfd/configure.in +++ b/bfd/configure.in @@ -480,4 +480,5 @@ test -n "${selarchs}" && tdefaults="${tdefaults} -DSELECT_ARCHITECTURES='${selar AC_SUBST(tdefaults) rm -f doc/config.status -AC_OUTPUT(Makefile doc/Makefile) +AC_OUTPUT(Makefile doc/Makefile, +[case x$CONFIG_HEADERS in xconfig.h) echo > stamp-h ;; esac]) |