summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2004-02-28 00:30:24 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 21:32:31 -0700
commit89067448b935d580496555f257dd5512c4c39098 (patch)
tree39a92d9c20414203943770e3ab5743ee53f8792d
parentdde05ccb8d423fbc5c29f54b0c1b545938c8f151 (diff)
downloadsystemd-89067448b935d580496555f257dd5512c4c39098.tar.gz
[PATCH] fix build for very old versions of make.
Should get rid of some more error reports of libsysfs header issues.
-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.