changeset 22637:1a24a78f7474

Mark phony targets as such.
author diego
date Sat, 17 Mar 2007 00:19:41 +0000
parents e107ac0d4d9a
children 8421df47e611
files TOOLS/netstream/Makefile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/TOOLS/netstream/Makefile	Sat Mar 17 00:18:13 2007 +0000
+++ b/TOOLS/netstream/Makefile	Sat Mar 17 00:19:41 2007 +0000
@@ -5,8 +5,6 @@
 
 CFLAGS  = $(OPTFLAGS) -I$(MPROOT) -I$(MPROOT)/loader
 
-# .PHONY: all clean
-
 all: netstream
 
 # FIXME: linking is a mess that should be fixed properly some day
@@ -36,3 +34,5 @@
 
 clean:
 	rm -f *.o *.a *~
+
+.PHONY: all clean