aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-12-12 10:21:28 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-12-12 10:21:28 +0200
commit3e7505ef33790552f2147b1f7a87d927aeac6b56 (patch)
tree2b2c5e78f25543ee22b764e7540f1e22a03e8eef
parent4f22837bda784e29f17750c8f1d623b40c1093d4 (diff)
Fix invalid paths in makefiles
-rw-r--r--common/relationship/basics/makefile10
-rw-r--r--common/relationship/on-delete/makefile10
-rw-r--r--common/relationship/query/makefile10
3 files changed, 15 insertions, 15 deletions
diff --git a/common/relationship/basics/makefile b/common/relationship/basics/makefile
index 068f60a..a1fcf27 100644
--- a/common/relationship/basics/makefile
+++ b/common/relationship/basics/makefile
@@ -57,11 +57,11 @@ $(dist): export extra_dist := $(data_dist) $(call vc8projs,$(name)) \
$(call vc9projs,$(name)) $(call vc10projs,$(name)) $(call vc11projs,$(name))
$(dist):
$(call dist-data,$(sources) $(headers) $(data_dist))
- $(call meta-automake,../template/Makefile.am)
- $(call meta-vc8projs,../template/template,$(name))
- $(call meta-vc9projs,../template/template,$(name))
- $(call meta-vc10projs,../template/template,$(name))
- $(call meta-vc11projs,../template/template,$(name))
+ $(call meta-automake,../../template/Makefile.am)
+ $(call meta-vc8projs,../../template/template,$(name))
+ $(call meta-vc9projs,../../template/template,$(name))
+ $(call meta-vc10projs,../../template/template,$(name))
+ $(call meta-vc11projs,../../template/template,$(name))
# Test.
#
diff --git a/common/relationship/on-delete/makefile b/common/relationship/on-delete/makefile
index bdda5be..e20ef2c 100644
--- a/common/relationship/on-delete/makefile
+++ b/common/relationship/on-delete/makefile
@@ -59,11 +59,11 @@ $(dist): export extra_dist := $(data_dist) $(call vc8projs,$(name)) \
$(call vc9projs,$(name)) $(call vc10projs,$(name)) $(call vc11projs,$(name))
$(dist):
$(call dist-data,$(sources) $(headers) $(data_dist))
- $(call meta-automake,../template/Makefile.am)
- $(call meta-vc8projs,../template/template,$(name))
- $(call meta-vc9projs,../template/template,$(name))
- $(call meta-vc10projs,../template/template,$(name))
- $(call meta-vc11projs,../template/template,$(name))
+ $(call meta-automake,../../template/Makefile.am)
+ $(call meta-vc8projs,../../template/template,$(name))
+ $(call meta-vc9projs,../../template/template,$(name))
+ $(call meta-vc10projs,../../template/template,$(name))
+ $(call meta-vc11projs,../../template/template,$(name))
# Test.
#
diff --git a/common/relationship/query/makefile b/common/relationship/query/makefile
index 3a43749..b1a8ff8 100644
--- a/common/relationship/query/makefile
+++ b/common/relationship/query/makefile
@@ -57,11 +57,11 @@ $(dist): export extra_dist := $(data_dist) $(call vc8projs,$(name)) \
$(call vc9projs,$(name)) $(call vc10projs,$(name)) $(call vc11projs,$(name))
$(dist):
$(call dist-data,$(sources) $(headers) $(data_dist))
- $(call meta-automake,../template/Makefile.am)
- $(call meta-vc8projs,../template/template,$(name))
- $(call meta-vc9projs,../template/template,$(name))
- $(call meta-vc10projs,../template/template,$(name))
- $(call meta-vc11projs,../template/template,$(name))
+ $(call meta-automake,../../template/Makefile.am)
+ $(call meta-vc8projs,../../template/template,$(name))
+ $(call meta-vc9projs,../../template/template,$(name))
+ $(call meta-vc10projs,../../template/template,$(name))
+ $(call meta-vc11projs,../../template/template,$(name))
# Test.
#