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 | |
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')
-rwxr-xr-x | bfd/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/configure b/bfd/configure index 64696be..ec4e70f 100755 --- a/bfd/configure +++ b/bfd/configure @@ -1706,7 +1706,7 @@ cat >> $CONFIG_STATUS <<\EOF fi; done - +case x$CONFIG_HEADERS in xconfig.h) echo > stamp-h ;; esac exit 0 EOF chmod +x $CONFIG_STATUS |