package curl: really keep curl.exe

This commit is contained in:
Mark Brand 2011-11-16 01:19:38 +01:00
parent ef7bf38362
commit fa4553e12b
1 changed files with 1 additions and 2 deletions

View File

@ -28,8 +28,7 @@ define $(PKG)_BUILD
--with-gnutls \
--with-libidn \
LIBS="-lgcrypt -liconv `$(PREFIX)/$(TARGET)/bin/gpg-error-config --libs` -lssh2"
$(MAKE) -C '$(1)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
$(INSTALL) -m755 '$(1)/src/curl.exe' '$(PREFIX)/$(TARGET)/bin/'
$(MAKE) -C '$(1)' -j '$(JOBS)' install
'$(TARGET)-gcc' \
-W -Wall -Werror -ansi -pedantic \