summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwlemb <wlemb>2003-08-23 07:33:49 +0000
committerwlemb <wlemb>2003-08-23 07:33:49 +0000
commit95b90495275dce54843371885c1a5c1672cb902e (patch)
tree64cf38c2ce2813980877477bc39cc0dba3a234ad
parentc756eb1c227d819acceab69ea3b38b0a56bb6da0 (diff)
downloadgroff-95b90495275dce54843371885c1a5c1672cb902e.tar.gz
* src/utils/pfbtops/Makefile.sub (LINK.c): Define it so that the
g++ linker is used. Reported by Mark J. Reed <mark.reed@turner.com>.
-rw-r--r--ChangeLog8
-rw-r--r--src/utils/pfbtops/Makefile.sub1
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e04135b9..b9425ed8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,10 @@
-2003-08-26 Heinz-Jürgen Oertel <hj.oertel@surfeu.de>
+2003-08-23 Werner LEMBERG <wl@gnu.org>
+
+ * src/utils/pfbtops/Makefile.sub (LINK.c): Define it so that the
+ g++ linker is used. Reported by Mark J. Reed
+ <mark.reed@turner.com>.
+
+2003-08-16 Heinz-Jürgen Oertel <hj.oertel@surfeu.de>
Add key character `x' to tbl which makes tbl call a user-defined
macro on a table cell.
diff --git a/src/utils/pfbtops/Makefile.sub b/src/utils/pfbtops/Makefile.sub
index a8ed92a5..451b519b 100644
--- a/src/utils/pfbtops/Makefile.sub
+++ b/src/utils/pfbtops/Makefile.sub
@@ -4,3 +4,4 @@ OBJS=pfbtops.$(OBJEXT)
CSRCS=$(srcdir)/pfbtops.c
XLIBS=$(LIBGROFF)
MLIB=$(LIBM)
+LINK.c=$(CCC) $(CCFLAGS) $(LDFLAGS)