diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-07-28 07:37:58 +0900 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2009-07-28 10:22:20 +1000 |
commit | c24c6f32bb6b9b07d13c5b5c2456cb8004adc96f (patch) | |
tree | 1f8bbf6645e60d034345eda528aee0e77934a26d /Makefile.in | |
parent | cc413b9512e7ac3b81e9ddea61f0ad1943b61e4b (diff) |
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.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 6b4c954..cb0faae 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@ |