summaryrefslogtreecommitdiff
path: root/src/devices/grops
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/devices/grops
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/devices/grops')
-rw-r--r--src/devices/grops/Makefile.sub2
1 files changed, 1 insertions, 1 deletions
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) \