From f4131327a7d768689b18dd9cc1c1c64fa6c21d1f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 8 Feb 2013 06:33:31 +0200 Subject: Misc fixes --- common/schema/embedded/order/makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'common/schema/embedded') diff --git a/common/schema/embedded/order/makefile b/common/schema/embedded/order/makefile index b706345..8fe897f 100644 --- a/common/schema/embedded/order/makefile +++ b/common/schema/embedded/order/makefile @@ -63,10 +63,10 @@ $(dist): export extra_dist := $(data_dist) $(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-vc9projs,../../../../template/template,$(name)) - $(call meta-vc10projs,../../../../template/template,$(name)) - $(call meta-vc11projs,../../../../template/template,$(name)) + $(call meta-automake,../../../template/Makefile.am) + $(call meta-vc9projs,../../../template/template,$(name)) + $(call meta-vc10projs,../../../template/template,$(name)) + $(call meta-vc11projs,../../../template/template,$(name)) # Test. # -- cgit v1.1