d09967e071
The target package was only present because at the time 'nasm' was packaged, there was a bug in the package infrastructure that prevented a package from having a host only variant. This has been fixed since then, so we can get rid of the useless dummy target package. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
12 lines
308 B
Makefile
12 lines
308 B
Makefile
############################################################
|
|
#
|
|
# nasm
|
|
#
|
|
############################################################
|
|
|
|
NASM_VERSION = 2.10.01
|
|
NASM_SOURCE = nasm-$(NASM_VERSION).tar.bz2
|
|
NASM_SITE = http://www.nasm.us/pub/nasm/releasebuilds/$(NASM_VERSION)
|
|
|
|
$(eval $(call AUTOTARGETS,host))
|