]> git.proxmox.com Git - qemu.git/blobdiff - rules.mak
x86: Properly reset PAT MSR
[qemu.git] / rules.mak
index 738eec328299d9508e7ce9aeb5f913a3dcc67965..ed59c9e82bde13b6b6edfe3e643746b64b1bb5ed 100644 (file)
--- a/rules.mak
+++ b/rules.mak
@@ -57,7 +57,7 @@ find-in-path = $(if $(find-string /, $1), \
        @test -f $@ || cp $< $@
 
 %.h-timestamp: %.mak
-       $(call quiet-command, sh $(SRC_PATH)/create_config < $< > $@, "  GEN   $*.h")
+       $(call quiet-command, sh $(SRC_PATH)/scripts/create_config < $< > $@, "  GEN   $*.h")
        @cmp $@ $*.h >/dev/null 2>&1 || cp $@ $*.h
 
 # will delete the target of a rule if commands exit with a nonzero exit status