From 9155e8d6752d34e4ea3f022ee51e099420517669 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 7 Aug 2024 15:32:49 +0200 Subject: Adding upstream version 1.22.10. Signed-off-by: Daniel Baumann --- scripts/mk/buildapi.mk | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'scripts/mk/buildapi.mk') diff --git a/scripts/mk/buildapi.mk b/scripts/mk/buildapi.mk index 6b665f3..3a1f164 100644 --- a/scripts/mk/buildapi.mk +++ b/scripts/mk/buildapi.mk @@ -4,11 +4,7 @@ ifndef dpkg_buildapi_mk_included dpkg_buildapi_mk_included = yes # Default API level when not set. -ifndef DPKG_BUILD_API - dpkg_lazy_eval ?= $(eval $(1) = $(2)$$($(1))) - dpkg_lazy_set ?= $(call dpkg_lazy_eval,$(1),$$(eval $(1) := $(2))) - $(call dpkg_lazy_set,DPKG_BUILD_API,$$(shell dpkg-buildapi)) -endif +DPKG_BUILD_API ?= $(shell dpkg-buildapi) # We could use only built-in GNU make functions, but that seems too much # complexity given no integer operators, given that we currently have to -- cgit v1.2.3