From: greg@kroah.com Date: Sat, 28 Feb 2004 08:30:24 +0000 (-0800) Subject: [PATCH] fix build for very old versions of make. X-Git-Tag: 019~6 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89067448b935d580496555f257dd5512c4c39098;p=systemd [PATCH] fix build for very old versions of make. Should get rid of some more error reports of libsysfs header issues. --- diff --git a/Makefile b/Makefile index 8ab9099f..d58569f5 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.