diff options
| author | hamaji <shinichiro.hamaji@gmail.com> | 2016-09-20 13:02:28 +0900 |
|---|---|---|
| committer | hamaji <shinichiro.hamaji@gmail.com> | 2016-09-20 13:02:28 +0900 |
| commit | 1abedffc5a9c0d7961d1b7cc79be241bc4313756 (patch) | |
| tree | ddb4a9e1699c4ddd6199ef6a4799af58ccb25701 | |
| parent | fc689aeb4f9e8665eb81c6d90783a2deb9cabfe0 (diff) | |
Stop using .PHONY as a build target in phony.mk
This testcase makes little sense.
| -rw-r--r-- | testcase/phony.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/testcase/phony.mk b/testcase/phony.mk index 59fb911..64a67bb 100644 --- a/testcase/phony.mk +++ b/testcase/phony.mk @@ -11,9 +11,6 @@ baz: foo test1: foo bar baz echo PASS test1 from foo bar baz -# Actually, you can use .PHONY! -test2: .PHONY - test3: touch test4 |
