Files
Ash Charles 799bff9815 xfce4-dev-tools: Allow out of tree builds
The xdt-autogen target in the generated scripts/Makefile refers to
a $(srcdir)/xdt-autogen.in file.  For an out-of-tree build, this file
is actually located in $(builddir)/xdt-autogen.in. See [1]

Upstream-Status: Submitted

[1] https://bugzilla.xfce.org/show_bug.cgi?id=10899

Signed-off-by: Ash Charles <ash@gumstix.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-10 12:16:23 +02:00

14 lines
391 B
Diff

diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index f2f0600..8e677dc 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -10,7 +10,7 @@ bin_SCRIPTS = \
xdt-autogen \
xdt-commit
-xdt-autogen: Makefile $(srcdir)/xdt-autogen.in
+xdt-autogen: Makefile xdt-autogen.in
rm -f xdt-autogen xdt-autogen.gen
sed -e 's,\@DATADIR\@,$(datadir),g' \
xdt-autogen.in \