summaryrefslogtreecommitdiff
path: root/tools/genfont/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/genfont/Makefile')
-rw-r--r--tools/genfont/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/genfont/Makefile b/tools/genfont/Makefile
index d4bd2be..9a699dd 100644
--- a/tools/genfont/Makefile
+++ b/tools/genfont/Makefile
@@ -24,10 +24,7 @@ all: $(PRGNAME)
# Dependencies:
-#MAKEDEP = $(CXX) -MM -MG
-DEPFILE = .dependencies
-$(DEPFILE): Makefile
- @$(MAKEDEP) $(DEFINES) $(INCLUDES) $(OBJS:%.o=%.c) > $@
+DEPFILE = $(OBJS:%.o=%.d)
-include $(DEPFILE)