changeset 22522:12b3d4c8b263

Mark phony targets as such.
author diego
date Mon, 12 Mar 2007 23:26:02 +0000
parents 2c1b9f2174c3
children 5a2e0dfee807
files mpcommon.mak
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mpcommon.mak	Mon Mar 12 23:24:42 2007 +0000
+++ b/mpcommon.mak	Mon Mar 12 23:26:02 2007 +0000
@@ -27,3 +27,5 @@
 	$(CC) -MM $(CFLAGS) $(SRCS) $(SRCS2) 1>.depend
 
 -include .depend
+
+.PHONY: all clean distclean dep depend