mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-03-28 21:04:49 -05:00
19 lines
1.0 KiB
Diff
19 lines
1.0 KiB
Diff
diff -Nbaur gdb-7.2/gdb/Makefile.in gdb-7.2-arm/gdb/Makefile.in
|
|
--- gdb-7.2/gdb/Makefile.in 2010-08-19 19:40:34.000000000 +0100
|
|
+++ gdb-7.2-arm/gdb/Makefile.in 2010-09-10 04:59:34.000000000 +0100
|
|
@@ -2082,10 +2082,10 @@
|
|
# Note that we put the dependencies into a .Tpo file, then move them
|
|
# into place if the compile succeeds. We need this because gcc does
|
|
# not atomically write the dependency output file.
|
|
-@GMAKE_TRUE@override COMPILE.post = -c -o $@ -MT $@ -MMD -MP \
|
|
-@GMAKE_TRUE@ -MF $(DEPDIR)/$(basename $(@F)).Tpo
|
|
-@GMAKE_TRUE@override POSTCOMPILE = @mv $(DEPDIR)/$(basename $(@F)).Tpo \
|
|
-@GMAKE_TRUE@ $(DEPDIR)/$(basename $(@F)).Po
|
|
+#@GMAKE_TRUE@override COMPILE.post = -c -o $@ -MT $@ -MMD -MP \
|
|
+#@GMAKE_TRUE@ -MF $(DEPDIR)/$(basename $(@F)).Tpo
|
|
+#@GMAKE_TRUE@override POSTCOMPILE = @mv $(DEPDIR)/$(basename $(@F)).Tpo \
|
|
+#@GMAKE_TRUE@ $(DEPDIR)/$(basename $(@F)).Po
|
|
@GMAKE_TRUE@else
|
|
@GMAKE_TRUE@override COMPILE.pre = source='$<' object='$@' libtool=no \
|
|
@GMAKE_TRUE@ DEPDIR=$(DEPDIR) $(DEPMODE) $(depcomp) $(CC)
|