mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 20:07:25 +00:00
799bff9815
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>
14 lines
391 B
Diff
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 \
|