diff options
| author | mid-kid <esteve.varela@gmail.com> | 2019-05-12 16:45:41 +0200 |
|---|---|---|
| committer | mid-kid <esteve.varela@gmail.com> | 2019-05-25 17:59:50 +0200 |
| commit | 649c8d38da25569a7789128a0da5da72bc280d1a (patch) | |
| tree | cb4233797bd9284ab67d29309e360b7c3cff6924 /Makefile | |
| parent | 13cfe356d678c69aa5a5e19409408f25a38352cf (diff) | |
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.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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. |
