fix Makefile to allow make install direct
This commit is contained in:
parent
6e17b2053f
commit
6d455421a4
@ -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
|
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)
|
mkdir -p $(BINTARGET)
|
||||||
rm -f $(BINTARGET)/http_chunked.@SO@
|
rm -f $(BINTARGET)/http_chunked.@SO@
|
||||||
$(INSTALL_PROGRAM) $(SOLIBS) $(BINTARGET)
|
$(INSTALL_PROGRAM) $(SOLIBS) $(BINTARGET)
|
||||||
|
Reference in New Issue
Block a user