summaryrefslogtreecommitdiffstats
path: root/src/nasm.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2017-11-25 10:48:27 (GMT)
committerTony Theodore <tonyt@logyst.com>2017-12-22 21:18:52 (GMT)
commite7b9a210560fe05b44c33b3624617b2d581281e7 (patch)
treea46da57a533f5f3033a39380b5ee3921bcf4969b /src/nasm.mk
parentc0c8d47d6a723d38d524f729b55522935b91e4d2 (diff)
downloadmxe-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.mk3
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