aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDiego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>2009-08-08 22:12:42 +0200
committerDiego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>2009-08-08 22:13:25 +0200
commit90b955b8364ed83afb06cfd6a0e8b04d72510b12 (patch)
treee68316d004aacca9baf51c8094a3fa240fac8c3b /Makefile.am
parent214a6c791cbc0c1a190c430eb37056087e661344 (diff)
downloadudev-90b955b8364ed83afb06cfd6a0e8b04d72510b12.tar.gz
Fix “make distcheck” run outside of the source directory.
Pass the path to keys.txt as second parameter of check-keymaps.sh so that it can be found in the right path.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index c6952978..221e91f5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -493,7 +493,7 @@ udevacl-install-hook:
ln -sf $(libexecdir)/udev-acl $(DESTDIR)$(prefix)/lib/ConsoleKit/run-session.d/udev-acl.ck
keymaps-distcheck-hook: extras/keymap/keys.txt
- ./extras/keymap/check-keymaps.sh $(top_srcdir)
+ $(top_srcdir)/extras/keymap/check-keymaps.sh $(top_srcdir) $^
# ------------------------------------------------------------------------------
# Custom rules