summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-04-30 15:28:31 -0400
committerhuderlem <huderlem@gmail.com>2019-05-08 17:06:39 -0500
commit657068359dd654b59b12baf4ed5c5edf43fb8784 (patch)
tree14ae2a225e987b038961d72be3601fbcb5110747 /Makefile
parent0babaa8c077f452695e7dc11071921eb92092580 (diff)
Better dependency handling for wild_encounters
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 77fb755e0..bf8c498ae 100644
--- a/Makefile
+++ b/Makefile
@@ -156,7 +156,7 @@ ifeq ($(DINFO),1)
override CFLAGS += -g
endif
-$(C_BUILDDIR)/%.o : $(C_SUBDIR)/%.c $$(c_dep) $(AUTO_GEN_TARGETS)
+$(C_BUILDDIR)/%.o : $(C_SUBDIR)/%.c $$(c_dep)
@$(CPP) $(CPPFLAGS) $< -o $(C_BUILDDIR)/$*.i
@$(PREPROC) $(C_BUILDDIR)/$*.i charmap.txt | $(CC1) $(CFLAGS) -o $(C_BUILDDIR)/$*.s
@echo -e ".text\n\t.align\t2, 0\n" >> $(C_BUILDDIR)/$*.s