summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@linux.intel.com>2010-10-05 16:00:39 +0100
committerEmmanuele Bassi <ebassi@linux.intel.com>2010-10-05 16:02:38 +0100
commit1e53eb7f5309251d8fbbc36e9545814a705314b1 (patch)
treef4c211cbd9d0827a9183d0d2c0ceee062f157028 /Makefile.am
parent68de4f4d3baa79d55d6cbd0baa59bc5863ff7a44 (diff)
downloadclutter-gtk-1e53eb7f5309251d8fbbc36e9545814a705314b1.tar.gz
build: The 'missing' script is in the build directory
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 3d9fed2..ae687b1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -23,7 +23,7 @@ dist-hook:
echo Creating ChangeLog \
&& ( cd "$(top_srcdir)" \
&& echo '# Generated by configure. Do NOT edit.'; echo; \
- $(top_srcdir)/missing --run git log --stat $$from.. ) > ChangeLog.tmp \
+ $(top_srcdir)/build/missing --run git log --stat $$from.. ) > ChangeLog.tmp \
&& mv -f ChangeLog.tmp "$(top_distdir)/ChangeLog" \
|| ( rm -f ChangeLog.tmp ; \
echo Failed to generate ChangeLog >&2 ); \