]> Git Repo - qemu.git/blobdiff - rules.mak
target-i386: fix pcmpxstrx equal-ordered (strstr) mode
[qemu.git] / rules.mak
index 6e35c361bb115432cd16dd7c51765695572717cc..4551b9ea70b5c85cf48ce9db309bddd4d21a28e1 100644 (file)
--- a/rules.mak
+++ b/rules.mak
@@ -368,6 +368,6 @@ define unnest-vars
                 $(error $o added in $v but $o-objs is not set)))
         $(shell mkdir -p ./ $(sort $(dir $($v))))
         # Include all the .d files
-        $(eval -include $(addsuffix *.d, $(sort $(dir $($v)))))
+        $(eval -include $(patsubst %.o,%.d,$(patsubst %.mo,%.d,$($v))))
         $(eval $v := $(filter-out %/,$($v))))
 endef
This page took 0.02078 seconds and 4 git commands to generate.