xkbrules.am: replace $(abs_builddir), it breaks in automake 1.9
authorGaetan Nadon <memsize@videotron.ca>
Wed, 10 Feb 2010 13:30:39 +0000 (08:30 -0500)
committerSergey V. Udaltsov <svu@gnome.org>
Wed, 10 Feb 2010 21:11:39 +0000 (21:11 +0000)
There is no need to specify or change directory. The xkbcomp command
is invoked in the build directory where the rule file is included.

Tested on automake 1.9.6 and 1.10.2 with distcheck
Introduced by commit 150850554baeb2d6de124b4c3cc447a694cdc17d

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
xkbrules.am

index 0251b74..d8ee781 100644 (file)
@@ -8,7 +8,7 @@ dirdir = $(xkb_base)
 
 $(subdir).dir: $(dir_data)
        -rm -f $@
-       here=$(abs_builddir); cd $(srcdir) && $(XKBCOMP) -lfhlpR -o $${here}/$@ '*'
+       $(XKBCOMP) -lfhlpR -o $@ '*'
 
 CLEANFILES = $(subdir).dir