aboutsummaryrefslogtreecommitdiff
path: root/util/crossgcc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'util/crossgcc/Makefile')
-rw-r--r--util/crossgcc/Makefile2
1 files changed, 1 insertions, 1 deletions
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