# HG changeset patch # User diego # Date 1208121807 0 # Node ID bd6f5e7c0d3738af760a914551a68649787e9339 # Parent 48ad6a56838f1f39328895a92adab074ccec6c86 Declare all clean targets phony in mpcommon.mak. diff -r 48ad6a56838f -r bd6f5e7c0d37 Makefile --- a/Makefile Sun Apr 13 21:21:42 2008 +0000 +++ b/Makefile Sun Apr 13 21:23:27 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 +.PHONY: all install* uninstall strip doxygen diff -r 48ad6a56838f -r bd6f5e7c0d37 mpcommon.mak --- a/mpcommon.mak Sun Apr 13 21:21:42 2008 +0000 +++ b/mpcommon.mak Sun Apr 13 21:23:27 2008 +0000 @@ -38,4 +38,4 @@ -include .depend -.PHONY: libs clean distclean dep depend +.PHONY: libs *clean dep depend