Mercurial > urweb
diff Makefile.in @ 1131:94e83c5533d2
Handling errors during commit
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Tue, 26 Jan 2010 14:59:19 -0500 |
parents | 67d875c8ac71 |
children | d4cd54a4ea06 |
line wrap: on
line diff
--- a/Makefile.in Tue Jan 26 09:04:55 2010 -0500 +++ b/Makefile.in Tue Jan 26 14:59:19 2010 -0500 @@ -92,6 +92,10 @@ libtool --silent --mode=install install -c lib/c/liburweb_http.la $(LIB)/../liburweb_http.la libtool --silent --mode=install install -c lib/c/liburweb_cgi.la $(LIB)/../liburweb_cgi.la libtool --silent --mode=install install -c lib/c/liburweb_fastcgi.la $(LIB)/../liburweb_fastcgi.la + libtool --silent --finish $(LIB)/../liburweb.la + libtool --silent --finish $(LIB)/../liburweb_http.la + libtool --silent --finish $(LIB)/../liburweb_cgi.la + libtool --silent --finish $(LIB)/../liburweb_fastcgi.la package: hg archive -t tgz -X tests /tmp/urweb.tgz