From 649c8d38da25569a7789128a0da5da72bc280d1a Mon Sep 17 00:00:00 2001 From: mid-kid Date: Sun, 12 May 2019 16:45:41 +0200 Subject: Get rid of _CRYSTAL Having this here is completely redundant and useless, and doesn't even work since it should use `if DEF(_CRYSTAL)` instead. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bbc1060c5..9bd7e17a7 100644 --- a/Makefile +++ b/Makefile @@ -65,9 +65,9 @@ tools: $(MAKE) -C tools/ -$(crystal_obj): RGBASMFLAGS = -D _CRYSTAL -$(crystal11_obj): RGBASMFLAGS = -D _CRYSTAL -D _CRYSTAL11 -$(crystal_au_obj): RGBASMFLAGS = -D _CRYSTAL -D _CRYSTAL11 -D _CRYSTAL_AU +$(crystal_obj): RGBASMFLAGS = +$(crystal11_obj): RGBASMFLAGS = -D _CRYSTAL11 +$(crystal_au_obj): RGBASMFLAGS = -D _CRYSTAL11 -D _CRYSTAL_AU # The dep rules have to be explicit or else missing files won't be reported. # As a side effect, they're evaluated immediately instead of when the rule is invoked. -- cgit v1.2.3