478ea1a12d
Now that <pkg>_INSTALL_TARGET_OPT always defaults to 'DESTDIR=$(TARGET_DIR) install', we can remove the <pkg>_INSTALL_TARGET_OPT definition from a lot of packages. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
15 lines
406 B
Makefile
15 lines
406 B
Makefile
#############################################################
|
|
#
|
|
# gperf
|
|
#
|
|
#############################################################
|
|
GPERF_VERSION = 3.0.3
|
|
GPERF_SOURCE = gperf-$(GPERF_VERSION).tar.gz
|
|
GPERF_SITE = $(BR2_GNU_MIRROR)/gperf
|
|
GPERF_AUTORECONF = NO
|
|
GPERF_INSTALL_STAGING = NO
|
|
GPERF_INSTALL_TARGET = YES
|
|
|
|
$(eval $(call AUTOTARGETS,package,gperf))
|
|
$(eval $(call AUTOTARGETS,package,gperf,host))
|