Remove the /Y option to copy - its not in/on NT4
robs [Tue, 4 Sep 2001 11:29:17 +0000 (11:29 +0000)]
Makefile.nt

index ce88feb..0589e81 100644 (file)
@@ -1,7 +1,7 @@
 #
 #  Windows Makefile for FastCGI development kit
 #
-#  $Id: Makefile.nt,v 1.2 2001/09/01 00:56:45 robs Exp $
+#  $Id: Makefile.nt,v 1.3 2001/09/04 11:29:17 robs Exp $
 #
 
 !IF "$(CFG)" == ""
@@ -24,7 +24,7 @@ all: "include\fcgi_config.h"
        cd ".\.."
 
 "include\fcgi_config.h": "include\fcgi_config_x86.h"
-       copy /Y "include\fcgi_config_x86.h" "include\fcgi_config.h"
+       copy "include\fcgi_config_x86.h" "include\fcgi_config.h"
 
 clean:
        cd ".\libfcgi"