diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-11-22 14:07:17 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-11-22 14:07:17 +0200 |
commit | 43fd755e2e3fd35b25c875563a0316ad197d5819 (patch) | |
tree | aadb1d1916f3b7709df7e92c3b9b2970ffdc68fc /common/inheritance/transient | |
parent | 53163a0c6218d9027d311e55c25dd7fa4a4e2c5f (diff) |
Diffstat (limited to 'common/inheritance/transient')
-rw-r--r-- | common/inheritance/transient/makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/common/inheritance/transient/makefile b/common/inheritance/transient/makefile index ab5936a..e6dd6d8 100644 --- a/common/inheritance/transient/makefile +++ b/common/inheritance/transient/makefile @@ -58,10 +58,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. # |