summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-12-20 02:43:35 -0500
committeryenatch <yenatch@gmail.com>2013-12-20 02:44:44 -0500
commit34d579d9f91eebd81d025bd669b22e0a629fd549 (patch)
tree7ecacc8b3667e39a64a9110ec2a54c17e0a578a6 /Makefile
parentcad6f30f83e64c34c8b474d579deaff3856b5235 (diff)
use pokemontools scan_includes.py
It might look the same as before, but this new name is much better! Well done!
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fc77dbf14..e64199732 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ ROMS := pokecrystal.gbc
ALL_DEPENDENCIES :=
# generate a list of dependencies for each object file
$(shell $(foreach obj, $(OBJS), \
- $(eval $(obj:.o=)_DEPENDENCIES := $(shell $(PYTHON) scan_includes.py $(obj:.o=.asm) | sed s/globals.asm//g)) \
+ $(eval $(obj:.o=)_DEPENDENCIES := $(shell $(PYTHON) extras/pokemontools/scan_includes.py $(obj:.o=.asm) | sed s/globals.asm//g)) \
))
$(shell $(foreach obj, $(OBJS), \
$(eval ALL_DEPENDENCIES += $($(obj:.o=)_DEPENDENCIES)) \