From 2cc287fb570f7ae032e12cdbfbd77d4489e7566b Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 29 Mar 2016 22:52:02 +0100 Subject: [PATCH] cgi-fcgi-interp: Drop pointless linking -lgmp --- cprogs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cprogs/Makefile b/cprogs/Makefile index 809381f..9545aba 100644 --- a/cprogs/Makefile +++ b/cprogs/Makefile @@ -79,7 +79,7 @@ watershed: watershed.o common.o watershed: LDLIBS += -lnettle -lgmp cgi-fcgi-interp: cgi-fcgi-interp.o myopt.o common.o -cgi-fcgi-interp: LDLIBS += -lnettle -lgmp +cgi-fcgi-interp: LDLIBS += -lnettle $(SEDDERYDOCS): %.txt: %.c sed '/^$$/,$$d' <$^ >$@.new && mv -f $@.new $@ -- 2.30.2