From 3e7505ef33790552f2147b1f7a87d927aeac6b56 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 12 Dec 2013 10:21:28 +0200 Subject: Fix invalid paths in makefiles --- common/relationship/basics/makefile | 10 +++++----- common/relationship/on-delete/makefile | 10 +++++----- common/relationship/query/makefile | 10 +++++----- 3 files changed, 15 insertions(+), 15 deletions(-) (limited to 'common/relationship') 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. # -- cgit v1.1