summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8ab9099f4f..d58569f581 100644
--- a/Makefile
+++ b/Makefile
@@ -73,6 +73,9 @@ udevdir = ${prefix}/udev
# than the local version of klibc
#USE_KLIBC = true
+# set up PWD so that older versions of make will work with our build.
+PWD = $(shell pwd)
+
# If you are running a cross compiler, you may want to set this
# to something more interesting, like "arm-linux-". If you want
# to compile vs uClibc, that can be done here as well.