summaryrefslogtreecommitdiffstats
path: root/source/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'source/Makefile.in')
-rw-r--r--source/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/Makefile.in b/source/Makefile.in
index 410062fa63f..9f080c44d23 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -293,7 +293,7 @@ MAKEDIR = || exec false; \
@echo Compiling $*.c
@$(CC) -I. -I$(srcdir) $(FLAGS) -c $< \
-o $@ @MAINT@ -Wp,-MD,.deps/$@
-@BROKEN_CC@ -mv `basename $@` $@
+@BROKEN_CC@ -mv `basename $@` $@
@MAINT@ @sed 's|^'`echo $@ | sed 's,.*/,,'`':|$@:|' \
@MAINT@ <.deps/$@ >.deps/$@d && \
@MAINT@ rm -f .deps/$@ && : >.deps/.stamp
@@ -307,7 +307,7 @@ MAKEDIR = || exec false; \
@echo Compiling $*.c with @PICFLAG@
@$(CC) -I. -I$(srcdir) $(FLAGS) @PICFLAG@ -c $< \
-o $*.po.o @MAINT@ -Wp,-MD,.deps/$@
-@BROKEN_CC@ -mv `basename $@` $@
+@BROKEN_CC@ -mv `basename $@` $@
@MAINT@ @sed 's|^'`echo $*\.po\.o | sed 's,.*/,,'`':|$@:|' \
@MAINT@ <.deps/$@ >.deps/$@d && \
@MAINT@ rm -f .deps/$@ && : >.deps/.stamp