summaryrefslogtreecommitdiffstats
path: root/contrib/groff/Makefile.ccpg
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/groff/Makefile.ccpg')
-rw-r--r--contrib/groff/Makefile.ccpg2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/groff/Makefile.ccpg b/contrib/groff/Makefile.ccpg
index ec46a94..3110df2 100644
--- a/contrib/groff/Makefile.ccpg
+++ b/contrib/groff/Makefile.ccpg
@@ -9,7 +9,7 @@ MAKEFILEPARTS=\
all: $(PROG) $(MANPAGES)
$(PROG): $(OBJS) $(XLIBS)
- $(LINK.cpp) -o $@ $(OBJS) $(XLIBS) $(LIBS) $(MLIB)
+ $(LINK.cpp) -o $@ $(OBJS) $(XLIBS) $(EXTRA_LDFLAGS) $(LIBS) $(MLIB)
install_bin: install_prog
install_prog: $(PROG)
OpenPOWER on IntegriCloud