# HG changeset patch # User Adam Chlipala # Date 1263308294 18000 # Node ID 2f53e0deffb3a191fecf6050ab8de473233f50bc # Parent 81ddb010751ed9557902fdeb2f166300a8c69ad6 Makefile fix for release diff -r 81ddb010751e -r 2f53e0deffb3 Makefile.in --- a/Makefile.in Tue Jan 12 09:42:13 2010 -0500 +++ b/Makefile.in Tue Jan 12 09:58:14 2010 -0500 @@ -94,7 +94,7 @@ ln -sf liburweb.so.$(LD_MAJOR) $(LIB)/../liburweb.so ln -sf liburweb_http.so.$(LD_MAJOR) $(LIB)/../liburweb_http.so ln -sf liburweb_cgi.so.$(LD_MAJOR) $(LIB)/../liburweb_cgi.so - ln -sf /liburweb_fastcgi.so.$(LD_MAJOR) $(LIB)/../liburweb_fastcgi.so + ln -sf liburweb_fastcgi.so.$(LD_MAJOR) $(LIB)/../liburweb_fastcgi.so ldconfig package: