From 90f603e2be40d996c421ae8e95464e38911eabaf Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 21 Jun 2014 07:41:41 +0200 Subject: s/TOPDIR/ADK_TOPDIR/ to avoid namespace collisions in some packages, rename TOPDIR. Sorry you need to make cleandir && make prereq && make --- toolchain/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolchain/Makefile') diff --git a/toolchain/Makefile b/toolchain/Makefile index 6f672532e..fc35830db 100644 --- a/toolchain/Makefile +++ b/toolchain/Makefile @@ -13,7 +13,7 @@ # 9) rebuild and install full libc (in case of musl/uclibc) # 10) build and install gdb debugger -include $(TOPDIR)/rules.mk +include $(ADK_TOPDIR)/rules.mk TARGETS:=binutils gmp mpfr mpc libelf gcc gdb ifeq ($(ADK_TARGET_LIB_GLIBC),y) -- cgit v1.2.3