X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=cprogs%2FMakefile;h=496b33ee1902b90c6b4b4e09cbb4cbd4187a5593;hb=d37635b0ddebbe2ddeaafc38d59b7e340f883273;hp=7bb1e27ee5a89d5c4a2f7988a78de0fd818295d8;hpb=fdf6c19932ae3de217a11b64365815561101e29f;p=chiark-utils.git diff --git a/cprogs/Makefile b/cprogs/Makefile index 7bb1e27..496b33e 100644 --- a/cprogs/Makefile +++ b/cprogs/Makefile @@ -29,7 +29,7 @@ RWBUFFER_SIZE_MB=16 PROGRAMS= readbuffer writebuffer with-lock-ex xbatmon-simple \ summer watershed rcopy-repeatedly xduplic-copier \ - cgi-fcgi-perl + cgi-fcgi-interp SUIDSBINPROGRAMS= really DAEMONS= trivsoundd MAN1PAGES= readbuffer.1 writebuffer.1 with-lock-ex.1 \ @@ -76,8 +76,8 @@ rcopy-repeatedly: LDLIBS += -lm -lrt watershed: watershed.o common.o watershed: LDLIBS += -lnettle -lgmp -cgi-fcgi-perl: cgi-fcgi-perl.o myopt.o common.o -cgi-fcgi-perl: LDLIBS += -lnettle -lgmp +cgi-fcgi-interp: cgi-fcgi-interp.o myopt.o common.o +cgi-fcgi-interp: LDLIBS += -lnettle -lgmp watershed.txt: watershed.c sed '/^$$/,$$d' <$^ >$@.new && mv -f $@.new $@