diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-24 10:47:10 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-24 10:47:10 +0200 |
commit | 724ed2aaab1754bdc13215e707c04533752fe95b (patch) | |
tree | f341a7ed442a98d941077c7b30773912d17e8ee7 /tests | |
parent | 3e39190bc50284a620605c7b61faff197e116457 (diff) |
Fix bug in dynamically derived target types
Diffstat (limited to 'tests')
-rw-r--r-- | tests/define/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/define/buildfile b/tests/define/buildfile index 55b9e92..d85fc57 100644 --- a/tests/define/buildfile +++ b/tests/define/buildfile @@ -9,6 +9,6 @@ foo{FOO}: # verify name is foo{FOO} and not file{FOO} with --verbose 6 #define foo: dir # already define in this scope define bar: foo -bar{BAR}: # verify name is bar{FOO} with --verbose 6 +bar{BAR}: # verify name is bar{BAR} with --verbose 6 ./: |