Mercurial > urweb
changeset 1124:2f53e0deffb3
Makefile fix for release
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Tue, 12 Jan 2010 09:58:14 -0500 |
parents | 81ddb010751e |
children | e06bfeb6c2aa |
files | Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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: