summaryrefslogtreecommitdiff
path: root/package/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-04-28 17:14:00 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-04-28 17:14:19 +0200
commit0005aa51e3e36f541627d4571e2ac2389faaf2cd (patch)
tree67af873430544e08a45013688db2ddfb65ea9222 /package/Makefile
parent1ff7a8e41d9c97419ec24afd6267f3a6f40c8ddd (diff)
rename symbol name for toolchain only
Diffstat (limited to 'package/Makefile')
-rw-r--r--package/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/Makefile b/package/Makefile
index 8416fbced..c7779c2ac 100644
--- a/package/Makefile
+++ b/package/Makefile
@@ -41,7 +41,7 @@ all: compile
download: $(patsubst %,%-download,$(package-y))
clean: $(patsubst %,%-clean,$(package-) $(package-y) base-files)
hostcompile: $(HOST_COMPILE_PACKAGES)
-ifeq ($(ADK_TOOLCHAIN_ONLY),y)
+ifeq ($(ADK_APPLIANCE_TOOLCHAIN),y)
compile: $(COMPILE_PACKAGES)
install: $(INSTALL_PACKAGES)
else