]> Git Repo - qemu.git/blobdiff - rules.mak
tests/check-qjson: fix a leak
[qemu.git] / rules.mak
index 04c7f74d0786f5df332f8b2c38bc04d49ce6c2bd..bbb2667928eff107fba7fb96216311fd8ff49498 100644 (file)
--- a/rules.mak
+++ b/rules.mak
@@ -1,4 +1,7 @@
 
+# These are used when we want to do substitutions without confusing Make
+NULL  :=
+SPACE := $(NULL) #
 COMMA := ,
 
 # Don't use implicit rules or variables
This page took 0.023228 seconds and 4 git commands to generate.