diff options
Diffstat (limited to 'tools/crtfont/Makefile')
-rw-r--r-- | tools/crtfont/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/crtfont/Makefile b/tools/crtfont/Makefile index 29f0b5e..815ea2e 100644 --- a/tools/crtfont/Makefile +++ b/tools/crtfont/Makefile @@ -17,11 +17,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) > $@ |