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/on-delete/makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'common/relationship/on-delete') 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. # -- cgit v1.1