From: nbd Date: Wed, 22 Oct 2014 08:57:20 +0000 (+0000) Subject: rules.mk: reduce shexport to one line to allow it to be put in a target context X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=27e25b4f2f90f2326322b73b8471ef945b73dc55;p=openwrt.git rules.mk: reduce shexport to one line to allow it to be put in a target context Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43018 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/rules.mk b/rules.mk index 8844a47a1f..0822979012 100644 --- a/rules.mk +++ b/rules.mk @@ -278,8 +278,7 @@ V_$(subst .,_,$(subst -,_,$(subst /,_,$(1)))) endef define shexport -$(call shvar,$(1))=$$(call $(1)) -export $(call shvar,$(1)) +export $(call shvar,$(1))=$$(call $(1)) endef define include_mk