summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorwl <wl>2011-01-31 11:20:54 +0000
committerwl <wl>2011-01-31 11:20:54 +0000
commitcfdd127a5c0cd3b287bf49675bd244eb323f9fd9 (patch)
tree15daf2e046ff2a91cdab4daa1b665a36ab47fdfe /src
parent8d3e38e14c5a3ea71f292b9834cf3dbca535c2ea (diff)
downloadgroff-cfdd127a5c0cd3b287bf49675bd244eb323f9fd9.tar.gz
* src/preproc/html/Makefile.sub: Add $(LIBGNU).
Diffstat (limited to 'src')
-rw-r--r--src/preproc/html/Makefile.sub2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/preproc/html/Makefile.sub b/src/preproc/html/Makefile.sub
index 0763537a..2a8adea9 100644
--- a/src/preproc/html/Makefile.sub
+++ b/src/preproc/html/Makefile.sub
@@ -1,7 +1,7 @@
PROG=pre-grohtml$(EXEEXT)
# MAN1=pre-grohtml.n
MAN1=
-XLIBS=$(LIBGROFF)
+XLIBS=$(LIBGROFF) $(LIBGNU)
MLIB=$(LIBM)
OBJS=pre-html.$(OBJEXT) pushback.$(OBJEXT)
CCSRCS=$(srcdir)/pre-html.cpp $(srcdir)/pushback.cpp