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