diff options
author | Tony Theodore <tonyt@logyst.com> | 2017-11-25 10:48:27 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2017-12-22 21:18:52 (GMT) |
commit | e7b9a210560fe05b44c33b3624617b2d581281e7 (patch) | |
tree | a46da57a533f5f3033a39380b5ee3921bcf4969b /src/nasm.mk | |
parent | c0c8d47d6a723d38d524f729b55522935b91e4d2 (diff) | |
download | mxe-e7b9a210560fe05b44c33b3624617b2d581281e7.zip mxe-e7b9a210560fe05b44c33b3624617b2d581281e7.tar.gz mxe-e7b9a210560fe05b44c33b3624617b2d581281e7.tar.bz2 |
native pkgs: use explicit cross-target deps and remove empty rules
Diffstat (limited to 'src/nasm.mk')
-rw-r--r-- | src/nasm.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nasm.mk b/src/nasm.mk index e441bb3..0f40623 100644 --- a/src/nasm.mk +++ b/src/nasm.mk @@ -9,8 +9,7 @@ $(PKG)_CHECKSUM := aa0213008f0433ecbe07bb628506a5c4be8079be20fc3532a5031fd639db9 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.xz $(PKG)_URL := http://www.nasm.us/pub/$(PKG)/releasebuilds/$($(PKG)_VERSION)/$($(PKG)_FILE) -# add cross targets for explicit deps even though nothing is built -$(PKG)_TARGETS := $(BUILD) $(MXE_TARGETS) +$(PKG)_TARGETS := $(BUILD) $(PKG)_DEPS := define $(PKG)_UPDATE |