summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2009-07-28 07:37:58 +0900
committerSimon Horman <horms@verge.net.au>2009-07-28 10:22:20 +1000
commitc24c6f32bb6b9b07d13c5b5c2456cb8004adc96f (patch)
tree1f8bbf6645e60d034345eda528aee0e77934a26d /Makefile.in
parentcc413b9512e7ac3b81e9ddea61f0ad1943b61e4b (diff)
downloadkexec-tools-c24c6f32bb6b9b07d13c5b5c2456cb8004adc96f.tar.gz
kexec: Handle datarootdir for newer autoconf versions.
This fixes up the: config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting warning when producing the output Makefile. Signed-off-by: Paul Mundt <lethal@linux-sh.org> Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 6b4c954f..cb0faaee 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -10,6 +10,7 @@ bindir = @bindir@
sbindir = @sbindir@
libexecdir = @libexecdir@
datadir = @datadir@
+datarootdir = @datarootdir@
sysconfdir = @sysconfdir@
sharedstatedir = @sharedstatedir@
localstatedir = @localstatedir@