1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 15:48:49 -05:00

Kevin's fix to use DESTDIR instead of prefix on make install

This commit is contained in:
Daniel Stenberg 2002-10-08 06:50:10 +00:00
parent 84800914f6
commit 51d205b267

View File

@ -20,7 +20,7 @@ cygwintmp = $(CURDIR)/tmp_binbuild
cygwinbin:
rm -rf $(cygwintmp)
rm -rf $(cygwintmp)-dev
$(MAKE) -C $(top_builddir) install-strip prefix=$(cygwintmp)/usr
$(MAKE) -C $(top_builddir) DESTDIR=$(cygwintmp) install-strip
# $(STRIP) $(cygwintmp)/usr/bin/cygcurl-?.dll
$(mkinstalldirs) \
$(cygwintmp)/usr/doc/Cygwin \