Add uppercase phony to forbidden target names.

pull/34/head
Jussi Pakkanen 10 years ago
parent 787950606e
commit 730a3f4213
  1. 1
      coredata.py

@ -103,6 +103,7 @@ forbidden_target_names = {'clean': None,
'coverage-xml': None,
'coverage-html': None,
'phony': None,
'PHONY': None,
'all': None,
'test': None,
'test-valgrind': None,

Loading…
Cancel
Save