diff options
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 |