summaryrefslogtreecommitdiff
path: root/Makefile.comm
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.comm')
-rw-r--r--Makefile.comm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.comm b/Makefile.comm
index b9c9c85b..94065ab6 100644
--- a/Makefile.comm
+++ b/Makefile.comm
@@ -25,7 +25,7 @@ INCLUDES=-I. -I$(srcdir) \
ALL_CCFLAGS=$(INCLUDES) $(CCDEFINES) $(CCFLAGS) $(CPPFLAGS)
COMPILE.cc=$(CCC) $(ALL_CCFLAGS) -c
ALL_CFLAGS=$(INCLUDES) $(CDEFINES) $(CFLAGS) $(CPPFLAGS)
-COMPILE.c=$(CC) $(ALL_CFLAGS) -c
+COMPILE.c=$(CC) $(ALL_CFLAGS) -c
LINK.cc=$(CCC) $(CCFLAGS) $(LDFLAGS)
LINK.c=$(CC) $(CFLAGS) $(LDFLAGS)
LIBGROFF=$(top_builddir)/src/libs/libgroff/libgroff.a
@@ -239,7 +239,7 @@ depend_src: depend.temp
depend.temp: FORCE
> depend.temp;
- test -z "$(CCSRCS)$(YTABC)" \
+ test -z "$(CCSRCS)$(YTABC)" \
|| $(CCC) $(ALL_CCFLAGS) -MM $(CCSRCS) $(YTABC) >>depend.temp
test -z "$(CSRCS)" \
|| $(CC) $(ALL_CFLAGS) -MM $(CSRCS) >>depend.temp