Index: Imake.tmpl =================================================================== RCS file: /cvs/xorg/xc/config/cf/Imake.tmpl,v retrieving revision 1.6 diff -u -r1.6 Imake.tmpl --- Imake.tmpl 28 Jul 2004 03:24:29 -0000 1.6 +++ Imake.tmpl 11 Aug 2004 19:59:21 -0000 @@ -31,6 +31,11 @@ /* Ensure that "all" is the default target in the Makefile. */ all:: +/* Make sure no file named "install" or "INSTALL" (on cygwin) will disturb + * target "install" + */ +.PHONY: install + .SUFFIXES: .i /* Intercept clean rules for current directory */