]> xenbits.xensource.com Git - qemu-xen-4.2-testing.git/commitdiff
stubdom: fix handing of dependency files
authorIan Jackson <ian.jackson@eu.citrix.com>
Mon, 8 Nov 2010 17:09:54 +0000 (17:09 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Mon, 8 Nov 2010 17:09:54 +0000 (17:09 +0000)
The previous change to switch qemu's make include directives to use
.*.d rather than *.d didn't consider the stubdom side, where no -MF
was passed to the compiler so far.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
xen-setup-stubdom

index fcf60c39133725f5d9f778659b601b6fc3e81af0..94b20a370d39b41de57e3c67e0245bb2fd8ef622 100755 (executable)
@@ -95,7 +95,7 @@ HOST_USB=stub
 
 HOST_LDFLAGS= \$(LDFLAGS) -g -Wl,--warn-common
 HOST_CFLAGS= \$(CFLAGS)
-CPPFLAGS += $TARGET_CPPFLAGS -DCONFIG_STUBDOM
+CPPFLAGS += $TARGET_CPPFLAGS -DCONFIG_STUBDOM -MF .\$(@F).d 
 CFLAGS= $TARGET_CFLAGS
 LDFLAGS= $TARGET_LDFLAGS