chiark / gitweb /
[PATCH] fix build for very old versions of make.
authorgreg@kroah.com <greg@kroah.com>
Sat, 28 Feb 2004 08:30:24 +0000 (00:30 -0800)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:32:31 +0000 (21:32 -0700)
Should get rid of some more error reports of libsysfs header issues.

Makefile

index 8ab9099f4f6271ee3a956d29a369ca6718b8aaf4..d58569f5815d900230d9130d4ca650b943782ff4 100644 (file)
--- 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.