diff options
author | Timothy Gu <timothygu99@gmail.com> | 2015-07-09 08:09:14 (GMT) |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2015-07-09 08:09:14 (GMT) |
commit | a5acdcdb0d4b51e7c4f579e7bcc9b31a4f446e93 (patch) | |
tree | a8f7113e5147fb565c0df0024cacd0914b0a2d8a /src | |
parent | 73eb32cbbf67c92c0c2ec1b5c0ef77425c278614 (diff) | |
download | mxe-a5acdcdb0d4b51e7c4f579e7bcc9b31a4f446e93.zip mxe-a5acdcdb0d4b51e7c4f579e7bcc9b31a4f446e93.tar.gz mxe-a5acdcdb0d4b51e7c4f579e7bcc9b31a4f446e93.tar.bz2 |
wget: Fix compilation
Diffstat (limited to 'src')
-rw-r--r-- | src/wget.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wget.mk b/src/wget.mk index 692c959..288d7d8 100644 --- a/src/wget.mk +++ b/src/wget.mk @@ -26,5 +26,6 @@ define $(PKG)_BUILD --with-ssl=gnutls \ CFLAGS='-DIN6_ARE_ADDR_EQUAL=IN6_ADDR_EQUAL' \ LIBS='-lpthread' - $(MAKE) -C '$(1)' -j '$(JOBS)' install + touch '$(1)/doc/wget.info' + $(MAKE) -C '$(1)' -j '$(JOBS)' install $(MXE_DISABLE_DOCS) endef |