# HG changeset patch # User diego # Date 1208121702 0 # Node ID 48ad6a56838f1f39328895a92adab074ccec6c86 # Parent 210f869a7a318da27842086da1c7ffe431ab2915 The TAGS and tags targets are not phony. diff -r 210f869a7a31 -r 48ad6a56838f Makefile --- a/Makefile Sun Apr 13 21:20:29 2008 +0000 +++ b/Makefile Sun Apr 13 21:21:42 2008 +0000 @@ -486,4 +486,4 @@ loader/libloader.a: .norecurse $(wildcard loader/*.[chSs]) vidix/libvidix.a: .norecurse $(wildcard vidix/*.[ch]) -.PHONY: all install* uninstall strip doxygen doxygen_clean TAGS tags +.PHONY: all install* uninstall strip doxygen doxygen_clean