# HG changeset patch # User diego # Date 1174090781 0 # Node ID 1a24a78f74749e2adfd9bce01f451a7cf717d583 # Parent e107ac0d4d9a67dbbfb26508720bd3d3ce9f9142 Mark phony targets as such. diff -r e107ac0d4d9a -r 1a24a78f7474 TOOLS/netstream/Makefile --- 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