From becf875250ac97bed33540fe281101009ad1fc21 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 10 Apr 2021 10:31:23 +0000 Subject: build system: posix make support: refactored handling of the PACKAGE_APP macro. --- sofort/core/_flavor/flavor_app_linking_all_static.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sofort/core/_flavor/flavor_app_linking_all_static.mk') diff --git a/sofort/core/_flavor/flavor_app_linking_all_static.mk b/sofort/core/_flavor/flavor_app_linking_all_static.mk index 855283b..7a5f620 100644 --- a/sofort/core/_flavor/flavor_app_linking_all_static.mk +++ b/sofort/core/_flavor/flavor_app_linking_all_static.mk @@ -1,7 +1,7 @@ # flavor_app_linking_all_static.mk: handling of frontend linking options. # this file is covered by COPYING.SOFORT. +PACKAGE_APP = $(STATIC_APP) + package-app: static-app -app: PACKAGE_APP = $(STATIC_APP) -app-tag: PACKAGE_APP = $(STATIC_APP) app.tag: $(STATIC_APP) -- cgit v1.2.3