From ed3b9543bb09d641f0d2d90043424ccbeb498928 Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Tue, 26 Feb 2008 02:59:00 +0100 Subject: [PATCH] Cosmetic Makefile update. --- src/stub/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/stub/Makefile b/src/stub/Makefile index 235986de..42306acc 100644 --- a/src/stub/Makefile +++ b/src/stub/Makefile @@ -821,7 +821,7 @@ ifeq (1,1) # info: we really need as-2.17 here $(call tc,pp-as) -D_TARGET_LINUX_ $< -o - | $(RTRIM) > tmp/$T.i $(call tc,as) tmp/$T.i -o tmp/$T.bin - $(call tc,gpp_mkdep) --mode=c --MMD=$@ $< --MF=tmp/$T.d + $(call tc,gpp_mkdep) --mode=c --MMD=$@ --MF=tmp/$T.d $< else # info: as-2.16.1 as used by gcc-4.1.1 does _not_ work $(call tc,gcc) -c -D_TARGET_LINUX_ -Wa,-O,-mno-pdr $< -o tmp/$T.bin @@ -860,7 +860,7 @@ ifeq (1,1) # info: we really need as-2.17 here $(call tc,pp-as) -D_TARGET_LINUX_ $< -o - | $(RTRIM) > tmp/$T.i $(call tc,as) tmp/$T.i -o tmp/$T.bin - $(call tc,gpp_mkdep) --mode=c --MMD=$@ $< --MF=tmp/$T.d + $(call tc,gpp_mkdep) --mode=c --MMD=$@ --MF=tmp/$T.d $< else # info: as-2.16.1 as used by gcc-4.1.1 does _not_ work $(call tc,gcc) -c -D_TARGET_LINUX_ -Wa,-O,-mno-pdr $< -o tmp/$T.bin @@ -905,7 +905,7 @@ ifeq (1,1) # info: we really need as-2.17 here $(call tc,pp-as) -DPS1 $< -o - | $(RTRIM) > tmp/$T.i $(call tc,as) tmp/$T.i -o tmp/$T.bin - $(call tc,gpp_mkdep) --mode=c --MMD=$@ $< --MF=tmp/$T.d + $(call tc,gpp_mkdep) --mode=c --MMD=$@ --MF=tmp/$T.d $< else # info: as-2.16.1 as used by gcc-4.1.1 does _not_ work $(call tc,gcc) -c -DPS1 -Wa,-O,-mno-pdr $< -o tmp/$T.bin