From 9b1936dc829ef1c0fd32368ecbce432f1b05cffb Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Tue, 1 Mar 2016 12:55:47 -0800 Subject: buildgcc: Use $(CURDIR) instead of $(PWD) coreboot's top level Makefile does the same, so let's stay consistent. Change-Id: I9e995f3ecadd05d6fbfda64b45dee3a9900d9189 Signed-off-by: Stefan Reinauer Reviewed-on: https://review.coreboot.org/13869 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- util/crossgcc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/crossgcc/Makefile b/util/crossgcc/Makefile index 62adb7fcc0..0831f181f0 100644 --- a/util/crossgcc/Makefile +++ b/util/crossgcc/Makefile @@ -1,6 +1,6 @@ # if no architecture is specified, set a default BUILD_PLATFORM ?= i386-elf -DEST ?= $(PWD)/xgcc +DEST ?= $(CURDIR)/xgcc # For the toolchain builds, use CPUS=x to use multiple processors to build # use KEEP_SOURCES=1 to keep temporary files after the build -- cgit v1.2.3