From 6eec691c137e6ab9112ca1bd5b49b17458f89d8b Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Fri, 7 Jul 2000 20:07:11 +0000 Subject: [PATCH] Modified touch definition. --- configure/os/CONFIG.win32-x86.Common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure/os/CONFIG.win32-x86.Common b/configure/os/CONFIG.win32-x86.Common index 35ffabcc4..3eadc6ba5 100644 --- a/configure/os/CONFIG.win32-x86.Common +++ b/configure/os/CONFIG.win32-x86.Common @@ -13,7 +13,7 @@ RM = $(PERL) $(CONFIG)/tools/rm.pl -f MKDIR = $(PERL) $(CONFIG)/tools/mkdir.pl RMDIR = $(PERL) $(CONFIG)/tools/rm.pl -rf ECHO = echo -TOUCH = type NUL >> +TOUCH = echo NUL >> WIND_HOST_TYPE = x86-win32