summaryrefslogtreecommitdiff
path: root/tools/genfont/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/genfont/Makefile')
-rw-r--r--tools/genfont/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/genfont/Makefile b/tools/genfont/Makefile
index bed4d9c..20cab12 100644
--- a/tools/genfont/Makefile
+++ b/tools/genfont/Makefile
@@ -20,11 +20,11 @@ all: $(PRGNAME)
# Implicit rules:
%.o: %.c
- $(CXX) $(CXXFLAGS) $(LDFLAGS) -c $(DEFINES) $(INCLUDES) $<
+ $(CXX) $(CXXEXTRA) $(CXXFLAGS) $(LDFLAGS) -c $(DEFINES) $(INCLUDES) $<
# Dependencies:
-MAKEDEP = $(CXX) -MM -MG
+#MAKEDEP = $(CXX) -MM -MG
DEPFILE = .dependencies
$(DEPFILE): Makefile
@$(MAKEDEP) $(DEFINES) $(INCLUDES) $(OBJS:%.o=%.c) > $@