changeset 26412:bd6f5e7c0d37

Declare all clean targets phony in mpcommon.mak.
author diego
date Sun, 13 Apr 2008 21:23:27 +0000
parents 48ad6a56838f
children e988b302467e
files Makefile mpcommon.mak
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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