[json-glib] build: Fix the path to the 'missing' script
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [json-glib] build: Fix the path to the 'missing' script
- Date: Fri, 9 Sep 2011 14:01:53 +0000 (UTC)
commit 18a83ddad87c92ae78010c678a516087ba012859
Author: Emmanuele Bassi <ebassi linux intel com>
Date: Fri Sep 9 14:58:17 2011 +0100
build: Fix the path to the 'missing' script
Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 3bbeefa..d0a944d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -23,7 +23,7 @@ dist-hook:
@if test -d "$(srcdir)/.git"; then \
echo Generating ChangeLog ; \
( cd "$(srcdir)" \
- && $(top_srcdir)/missing --run git log --stat ) > ChangeLog.tmp \
+ && $(top_srcdir)/build/missing --run git log --stat ) > ChangeLog.tmp \
&& mv -f ChangeLog.tmp $(top_distdir)/ChangeLog \
|| ( rm -f ChangeLog.tmp; \
echo Failed to generate ChangeLog >&2 ); \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]