]> git.saurik.com Git - wxWidgets.git/blobdiff - configure
added empty Init/CleanUpStandardHandlers() for compatibility with the other platforms
[wxWidgets.git] / configure
index 489c91d98135f1e4c772c6c8427768c6cab3addf..244fb36f2d03e0468cc10781251be734e31015d2 100755 (executable)
--- a/configure
+++ b/configure
@@ -34210,7 +34210,7 @@ if test \$DEPSMODE = gcc ; then
     else
         depfile=\`basename \$objfile | sed -e 's/\..*$/.d/g'\`
         if test -f \$depfile ; then
-            sed -e "s,\$depobjname:,\$objfile:,g" \$depfile >\${DEPSDIR}/\${objfile}.d
+            sed -e "/^\$objfile/! s,\$depobjname:,\$objfile:,g" \$depfile >\${DEPSDIR}/\${objfile}.d
             rm -f \$depfile
         fi
     fi