]> oss.titaniummirror.com Git - msp430-binutils.git/blobdiff - libiberty/maint-tool
Imported binutils-2.20
[msp430-binutils.git] / libiberty / maint-tool
index a460b5570e5c42e9c3c5b69bd23881453cc373a5..e6e87070d3714c1aac0394d8720527dda68acca6 100644 (file)
@@ -226,6 +226,7 @@ sub deps {
        $mine{$f} = "\$(INCDIR)/$f";
        $deps{$f} = join(' ', &deps_for("$incdir/$f"));
     }
+    $mine{'config.h'} = "config.h";
 
     opendir(INC, $srcdir);
     while ($f = readdir INC) {
@@ -233,8 +234,7 @@ sub deps {
        $mine{$f} = "\$(srcdir)/$f";
        $deps{$f} = join(' ', &deps_for("$srcdir/$f"));
     }
-
-    $mine{'config.h'} = "stamp-h";
+    $mine{'config.h'} = "config.h";
 
     open(IN, "$srcdir/Makefile.in");
     open(OUT, ">$srcdir/Makefile.tmp");