summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2015-07-09 13:25:05 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2015-07-09 13:25:05 (GMT)
commit8b273439af80bc9501f905d10b722228acc4ea1c (patch)
tree7ae7e64cb015f0299e69980ec81b4b1ce0120943 /src
parenta5acdcdb0d4b51e7c4f579e7bcc9b31a4f446e93 (diff)
downloadmxe-8b273439af80bc9501f905d10b722228acc4ea1c.zip
mxe-8b273439af80bc9501f905d10b722228acc4ea1c.tar.gz
mxe-8b273439af80bc9501f905d10b722228acc4ea1c.tar.bz2
wget: Fix
Diffstat (limited to 'src')
-rw-r--r--src/wget.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/wget.mk b/src/wget.mk
index 288d7d8..da4c097 100644
--- a/src/wget.mk
+++ b/src/wget.mk
@@ -26,6 +26,7 @@ define $(PKG)_BUILD
--with-ssl=gnutls \
CFLAGS='-DIN6_ARE_ADDR_EQUAL=IN6_ADDR_EQUAL' \
LIBS='-lpthread'
- touch '$(1)/doc/wget.info'
- $(MAKE) -C '$(1)' -j '$(JOBS)' install $(MXE_DISABLE_DOCS)
+ $(MAKE) -C '$(1)' -j '$(JOBS)' install $(MXE_DISABLE_DOCS) ||
+ touch '$(1)/doc/wget.info' &&
+ $(MAKE) -C '$(1)' -j '$(JOBS)' install $(MXE_DISABLE_DOCS)
endef