summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 29848c66..eb3b43df 100644
--- a/Makefile
+++ b/Makefile
@@ -335,7 +335,7 @@ print-% : ; $(info $* is a $(flavor $*) variable set to [$($*)]) @true
### Other targets
-diamond: ; @$(MAKE) GAME_VERSION=DIAMOND
-pearl: ; @$(MAKE) GAME_VERSION=PEARL
-compare_diamond: ; @$(MAKE) GAME_VERSION=DIAMOND COMPARE=1
-compare_pearl: ; @$(MAKE) GAME_VERSION=PEARL COMPARE=1
+diamond: ; @$(MAKE) $(HOST_VARS) GAME_VERSION=DIAMOND
+pearl: ; @$(MAKE) $(HOST_VARS) GAME_VERSION=PEARL
+compare_diamond: ; @$(MAKE) $(HOST_VARS) GAME_VERSION=DIAMOND COMPARE=1
+compare_pearl: ; @$(MAKE) $(HOST_VARS) GAME_VERSION=PEARL COMPARE=1