diff options
author | yenatch <yenatch@gmail.com> | 2014-02-14 00:08:31 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-02-14 00:08:31 -0500 |
commit | b159712346e0258c23ea3ec8ad67a9beccf57215 (patch) | |
tree | 6fd12fe80a24e4d4a6bc066281e64543f75eb7ef | |
parent | 4af544b9e0019acfb06344dcda2f73364e3aee9d (diff) |
Makefile: nothing uses the ALL_DEPENDENCIES variable.
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -26,7 +26,6 @@ ROMS := pokered.gbc pokeblue.gbc # generate dependencies for each object $(shell $(foreach obj, $(OBJS), \ $(eval $(obj:.o=)_DEPENDENCIES := $(shell $(PYTHON) extras/pokemontools/scan_includes.py $(obj:.o=.asm))) \ - $(eval ALL_DEPENDENCIES += $($(obj:.o=)_DEPENDENCIES)) \ )) all: $(ROMS) |