From 5f302b1f3819f603349a921458197fa5c35dc396 Mon Sep 17 00:00:00 2001 From: James Almer Date: Sun, 8 Dec 2013 15:57:36 -0300 Subject: common.mak: fix the current fate failures with windres Tested-by: Hendrik Leppkes Signed-off-by: Michael Niedermayer --- common.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common.mak') diff --git a/common.mak b/common.mak index d4d5fcb8ac..48f5c21bcf 100644 --- a/common.mak +++ b/common.mak @@ -61,7 +61,7 @@ COMPILE_HOSTC = $(call COMPILE,HOSTCC) $(COMPILE_HOSTC) %.o: %.rc - $(WINDRES) $(IFLAGS) --preprocessor "$(DEPCC) -E -xc-header -DRC_INVOKED $(CC_DEPFLAGS)" -o $@ $< + $(WINDRES) $(IFLAGS) --preprocessor "$(subst @,,$(DEPCC)) -E -xc-header -DRC_INVOKED $(CC_DEPFLAGS)" -o $@ $< %.i: %.c $(CC) $(CCFLAGS) $(CC_E) $< -- cgit v1.2.3