mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-14 18:45:48 +07:00
[PATCH] fix build for very old versions of make.
Should get rid of some more error reports of libsysfs header issues.
This commit is contained in:
parent
dde05ccb8d
commit
89067448b9
3
Makefile
3
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.
|
||||
|
Loading…
Reference in New Issue
Block a user