chiark / gitweb /
cgi-fcgi-interp: Rename from cgi-fcgi-perl, and adjust arg handling
[chiark-utils.git] / cprogs / Makefile
index 7bb1e27ee5a89d5c4a2f7988a78de0fd818295d8..496b33ee1902b90c6b4b4e09cbb4cbd4187a5593 100644 (file)
@@ -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 $@