diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-09-07 17:09:48 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-09-07 17:09:48 +0000 |
commit | a7873a6cbd0545c010f338ed1f3e26541dcc1e8d (patch) | |
tree | 57a4d521f8b61ccbfb79120f3ef51b5cf075095a /bfd/configure | |
parent | 936b870cfd1a2c6552d3ee0bc5a3b8477510528b (diff) | |
download | gdb-a7873a6cbd0545c010f338ed1f3e26541dcc1e8d.zip gdb-a7873a6cbd0545c010f338ed1f3e26541dcc1e8d.tar.gz gdb-a7873a6cbd0545c010f338ed1f3e26541dcc1e8d.tar.bz2 |
tweak last change
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 3d0008a..f54e1be 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 +case x$CONFIG_HEADERS in xconfig.h:config.in) echo > stamp-h ;; esac exit 0 EOF chmod +x $CONFIG_STATUS |