[gs-cvs] rev 6937 - trunk/gs/src
giles at ghostscript.com
giles at ghostscript.com
Mon Jul 31 10:39:29 PDT 2006
Author: giles
Date: 2006-07-31 10:39:29 -0700 (Mon, 31 Jul 2006)
New Revision: 6937
Modified:
trunk/gs/src/msvccmd.mak
Log:
Remove the 'dosdefault' stamp file, whose creation causes problems on
MS Windows 9X. Closes bug 688816.
Modified: trunk/gs/src/msvccmd.mak
===================================================================
--- trunk/gs/src/msvccmd.mak 2006-07-31 02:39:25 UTC (rev 6936)
+++ trunk/gs/src/msvccmd.mak 2006-07-31 17:39:29 UTC (rev 6937)
@@ -67,9 +67,7 @@
# Make sure we get the right default target for make.
dosdefault: default
- @attrib -H dosdefault > nul:
- @echo Done. > dosdefault
- @attrib +H dosdefault
+ $(NO_OP)
# Define the compilation flags.
More information about the gs-cvs
mailing list