[the-board] [build] Regenerate path.js and features.js when Makefile changes
- From: Lucas Rocha <lucasr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [the-board] [build] Regenerate path.js and features.js when Makefile changes
- Date: Sun, 28 Nov 2010 12:35:37 +0000 (UTC)
commit b74addacc9a49c1e42c446ccef35b59baa697d4f
Author: Lucas Rocha <lucasr gnome org>
Date: Sun Nov 28 12:33:37 2010 +0000
[build] Regenerate path.js and features.js when Makefile changes
src/Makefile-js.am | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/Makefile-js.am b/src/Makefile-js.am
index 9c13a82..6e8b2e4 100644
--- a/src/Makefile-js.am
+++ b/src/Makefile-js.am
@@ -40,11 +40,11 @@ dist_jsuithings_DATA = \
jsutildir = $(pkgdatadir)/js/util
-js/util/path.js: js/util/path.js.in
- $(AM_V_GEN) $(do_subst) $< > $@
+js/util/path.js: Makefile js/util/path.js.in
+ $(AM_V_GEN) $(do_subst) js/util/path.js.in > $@
-js/util/features.js: js/util/features.js.in
- $(AM_V_GEN) $(do_subst) $< > $@
+js/util/features.js: Makefile js/util/features.js.in
+ $(AM_V_GEN) $(do_subst) js/util/features.js.in > $@
dist_jsutil_DATA = \
js/util/http.js \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]