From 6d455421a456ba2512a742ae8da29b219b20b4b2 Mon Sep 17 00:00:00 2001 From: Vitor Santos Costa Date: Thu, 26 Aug 2010 10:45:33 -0500 Subject: [PATCH] fix Makefile to allow make install direct --- packages/http/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/http/Makefile.in b/packages/http/Makefile.in index 4b2bc2717..665550803 100755 --- a/packages/http/Makefile.in +++ b/packages/http/Makefile.in @@ -104,7 +104,7 @@ json.@SO@: $(JSONOBJ) http_stream.o: $(srcdir)/http_error.c $(srcdir)/http_chunked.c $(srcdir)/cgi_stream.c $(srcdir)/stream_range.c -install: $(LIBPL) +install: $(LIBPL) $(SOLIBS) mkdir -p $(BINTARGET) rm -f $(BINTARGET)/http_chunked.@SO@ $(INSTALL_PROGRAM) $(SOLIBS) $(BINTARGET)