summaryrefslogtreecommitdiff
path: root/scp2/CustomTarget_langmacros.mk
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2012-12-11 15:39:49 +0100
committerLuboš Luňák <l.lunak@suse.cz>2012-12-11 15:39:49 +0100
commitc8c056fd203bc60bedb55d45bd8ca81b168391d8 (patch)
tree33c96bc41adc14d0a881d7bf24bc86ad54a5eef2 /scp2/CustomTarget_langmacros.mk
parentae4e327739112ba326a2945fc0d5550739f3083d (diff)
BUILD_DIR -> BUILDDIR, to be consistent with the other *DIR
Change-Id: Ia80a1246a7e3c8862a50a3daf79aba5609b7df3a
Diffstat (limited to 'scp2/CustomTarget_langmacros.mk')
-rw-r--r--scp2/CustomTarget_langmacros.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/scp2/CustomTarget_langmacros.mk b/scp2/CustomTarget_langmacros.mk
index 1d3509cf92c1..cedd61343c48 100644
--- a/scp2/CustomTarget_langmacros.mk
+++ b/scp2/CustomTarget_langmacros.mk
@@ -31,10 +31,10 @@ $(call gb_CustomTarget_get_target,scp2/macros) : $(call gb_CustomTarget_get_work
$(call gb_CustomTarget_get_workdir,scp2/macros)/langmacros.inc :| $(call gb_CustomTarget_get_workdir,scp2/macros)/.dir
-$(call gb_CustomTarget_get_workdir,scp2/macros)/langmacros.inc : $(SRCDIR)/scp2/macros/macro.pl $(BUILD_DIR)/config_host.mk.stamp
+$(call gb_CustomTarget_get_workdir,scp2/macros)/langmacros.inc : $(SRCDIR)/scp2/macros/macro.pl $(BUILDDIR)/config_host.mk.stamp
$(call gb_Helper_abbreviate_dirs,\
export COMPLETELANGISO_VAR='$(gb_ScpTemplateTarget_LANGS)' && \
- $(PERL) $< -verbose -o $@ -c $(BUILD_DIR)/config_host.mk.stamp \
+ $(PERL) $< -verbose -o $@ -c $(BUILDDIR)/config_host.mk.stamp \
)
# vim: set shiftwidth=4 tabstop=4 noexpandtab: