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 <[email protected]>

---

 Makefile.in |    1 +
 1 file changed, 1 insertion(+)

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@

_______________________________________________
kexec mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/kexec

Reply via email to