changeset 566:70d322018e75 1.0.0-pre2

It's .PHONY: not .dummy:
author Rob Landley <rob@landley.net>
date Wed, 12 Mar 2008 00:07:07 -0500
parents 1dadc72cb41f
children be37a70553a6
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Tue Mar 11 23:51:35 2008 -0500
+++ b/Makefile	Wed Mar 12 00:07:07 2008 -0500
@@ -7,4 +7,4 @@
 install clean test:
 	make/$@.sh
 
-.dummy: all i386 arm c67 win32 install clean test
+.PHONY: all i386 arm c67 win32 install clean test