From d2220bdbd8941f24f7c5b366279edc468dfbd021 Mon Sep 17 00:00:00 2001 From: wl Date: Mon, 31 Jan 2011 11:49:43 +0000 Subject: 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). --- src/devices/grodvi/Makefile.sub | 2 +- src/devices/grohtml/Makefile.sub | 2 +- src/devices/grolbp/Makefile.sub | 2 +- src/devices/grolj4/Makefile.sub | 2 +- src/devices/grops/Makefile.sub | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src') 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) \ -- cgit v1.2.1