summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorwl <wl>2011-01-31 11:49:43 +0000
committerwl <wl>2011-01-31 11:49:43 +0000
commitd2220bdbd8941f24f7c5b366279edc468dfbd021 (patch)
tree21ed8d333967242956c50be8be91010ee27f9fa0 /src
parentcfdd127a5c0cd3b287bf49675bd244eb323f9fd9 (diff)
downloadgroff-d2220bdbd8941f24f7c5b366279edc468dfbd021.tar.gz
More fixes for Savannah bug #32301.
* src/devices/grops/Makefile.sub (XLIBS), src/devices/grodvi/Makefile.sub, src/devices/grolj4/Makefile.sub, src/devices/grohtml/Makefile.sub, src/devices/grolbp/Makefile.sub: Add $(LIBGNU).
Diffstat (limited to 'src')
-rw-r--r--src/devices/grodvi/Makefile.sub2
-rw-r--r--src/devices/grohtml/Makefile.sub2
-rw-r--r--src/devices/grolbp/Makefile.sub2
-rw-r--r--src/devices/grolj4/Makefile.sub2
-rw-r--r--src/devices/grops/Makefile.sub2
5 files changed, 5 insertions, 5 deletions
diff --git a/src/devices/grodvi/Makefile.sub b/src/devices/grodvi/Makefile.sub
index 16dc24ce..a939dbf0 100644
--- a/src/devices/grodvi/Makefile.sub
+++ b/src/devices/grodvi/Makefile.sub
@@ -1,6 +1,6 @@
PROG=grodvi$(EXEEXT)
MAN1=grodvi.n
-XLIBS=$(LIBDRIVER) $(LIBGROFF)
+XLIBS=$(LIBDRIVER) $(LIBGROFF) $(LIBGNU)
MLIB=$(LIBM)
OBJS=dvi.$(OBJEXT)
CCSRCS=$(srcdir)/dvi.cpp
diff --git a/src/devices/grohtml/Makefile.sub b/src/devices/grohtml/Makefile.sub
index ad673cf5..48203b42 100644
--- a/src/devices/grohtml/Makefile.sub
+++ b/src/devices/grohtml/Makefile.sub
@@ -1,6 +1,6 @@
PROG=post-grohtml$(EXEEXT)
MAN1=grohtml.n
-XLIBS=$(LIBDRIVER) $(LIBGROFF)
+XLIBS=$(LIBDRIVER) $(LIBGROFF) $(LIBGNU)
MLIB=$(LIBM)
OBJS=\
post-html.$(OBJEXT) \
diff --git a/src/devices/grolbp/Makefile.sub b/src/devices/grolbp/Makefile.sub
index a2372933..c9aef240 100644
--- a/src/devices/grolbp/Makefile.sub
+++ b/src/devices/grolbp/Makefile.sub
@@ -1,6 +1,6 @@
PROG=grolbp$(EXEEXT)
MAN1=grolbp.n
-XLIBS=$(LIBDRIVER) $(LIBGROFF)
+XLIBS=$(LIBDRIVER) $(LIBGROFF) $(LIBGNU)
MLIB=$(LIBM)
OBJS=lbp.$(OBJEXT)
CCSRCS=$(srcdir)/lbp.cpp
diff --git a/src/devices/grolj4/Makefile.sub b/src/devices/grolj4/Makefile.sub
index 1216a49a..9d1d2bba 100644
--- a/src/devices/grolj4/Makefile.sub
+++ b/src/devices/grolj4/Makefile.sub
@@ -1,7 +1,7 @@
PROG=grolj4$(EXEEXT)
MAN1=grolj4.n
MAN5=lj4_font.n
-XLIBS=$(LIBDRIVER) $(LIBGROFF)
+XLIBS=$(LIBDRIVER) $(LIBGROFF) $(LIBGNU)
MLIB=$(LIBM)
OBJS=lj4.$(OBJEXT)
CCSRCS=$(srcdir)/lj4.cpp
diff --git a/src/devices/grops/Makefile.sub b/src/devices/grops/Makefile.sub
index e1595cb5..95ebd27a 100644
--- a/src/devices/grops/Makefile.sub
+++ b/src/devices/grops/Makefile.sub
@@ -1,6 +1,6 @@
PROG=grops$(EXEEXT)
MAN1=grops.n
-XLIBS=$(LIBDRIVER) $(LIBGROFF)
+XLIBS=$(LIBDRIVER) $(LIBGROFF) $(LIBGNU)
MLIB=$(LIBM)
OBJS=\
ps.$(OBJEXT) \