From cfdd127a5c0cd3b287bf49675bd244eb323f9fd9 Mon Sep 17 00:00:00 2001 From: wl Date: Mon, 31 Jan 2011 11:20:54 +0000 Subject: * src/preproc/html/Makefile.sub: Add $(LIBGNU). --- src/preproc/html/Makefile.sub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.1