diff options
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 |