summaryrefslogtreecommitdiff
path: root/Makefile.comm
diff options
context:
space:
mode:
authorwlemb <wlemb>2001-08-18 16:11:54 +0000
committerwlemb <wlemb>2001-08-18 16:11:54 +0000
commit553ad14abef58812d0b3c49b610dd82c54c30637 (patch)
treecd0a80ac8608da2ec0cf69629eb0e0e4c0af9816 /Makefile.comm
parent0a474d60ad67afbf77b17ac6f57d28a948fb12e0 (diff)
downloadgroff-553ad14abef58812d0b3c49b610dd82c54c30637.tar.gz
* src/preproc/pic/pic.y (format_number): Use do_sprintf().
(do_sprintf): Use snprintf(). * src/libs/snprintf/*: Added an snprintf module written by Mark Martinec. * src/libs/libgroff/Makefile.sub: Updated. * configure.ac: Add test for snprintf(). * Makefile.in: Updated. * configure: Regenerated. * src/preproc/html/pre-html.cc (make_message): Reactivate code which uses snprintf().
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