diff options
| author | Boris Kolpackov <boris@kolpackov.net> | 2005-08-10 10:21:13 +0000 |
|---|---|---|
| committer | Boris Kolpackov <boris@kolpackov.net> | 2005-08-10 10:21:13 +0000 |
| commit | e437226241ac0c1776ac1c82688a472b3f8ed581 (patch) | |
| tree | 094fca322a8eee1471a4c11589202ba26daa9473 /tests/scripts/features/statipattrules | |
| parent | b237dff7753f444c4e0e8ea6bb1929243e45b310 (diff) | |
| download | gunmake-e437226241ac0c1776ac1c82688a472b3f8ed581.tar.gz | |
Fixed Savannah bug #13881.
Diffstat (limited to 'tests/scripts/features/statipattrules')
| -rw-r--r-- | tests/scripts/features/statipattrules | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/scripts/features/statipattrules b/tests/scripts/features/statipattrules index b5459b9..0ca2bb7 100644 --- a/tests/scripts/features/statipattrules +++ b/tests/scripts/features/statipattrules @@ -73,4 +73,15 @@ foo.x bar.x: %.x : ; @echo $@ 'foo.x '); + +# TEST #6 -- bug #13881: double colon static pattern rule does not +# substitute %. +# +run_make_test(' +foo.bar:: %.bar: %.baz +foo.baz: ;@: +', +'', +''); + 1; |
