From a00e42cf1971a2fb02e53d0808b07f0173f70db5 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 1 Jul 2002 20:43:43 +0000 Subject: [PATCH] Removed no longer used TOUCH definition. --- configure/os/CONFIG.UnixCommon.Common | 1 - configure/os/CONFIG.win32-x86-borland.Common | 1 - configure/os/CONFIG.win32-x86.Common | 1 - 3 files changed, 3 deletions(-) diff --git a/configure/os/CONFIG.UnixCommon.Common b/configure/os/CONFIG.UnixCommon.Common index 99d897f1a..341ed3dad 100644 --- a/configure/os/CONFIG.UnixCommon.Common +++ b/configure/os/CONFIG.UnixCommon.Common @@ -13,7 +13,6 @@ MV = mv RM = rm -f MKDIR = mkdir RMDIR = rm -rf -TOUCH = touch # Set LD_LIBRARY_PATH for shared library builds ifneq ($(EPICS_BASE),$(INSTALL_LOCATION)) diff --git a/configure/os/CONFIG.win32-x86-borland.Common b/configure/os/CONFIG.win32-x86-borland.Common index dcab90a8c..0bdbfbae4 100644 --- a/configure/os/CONFIG.win32-x86-borland.Common +++ b/configure/os/CONFIG.win32-x86-borland.Common @@ -13,7 +13,6 @@ RM = $(PERL) $(CONFIG)/tools/rm.pl -f MKDIR = $(PERL) $(CONFIG)/tools/mkdir.pl RMDIR = $(PERL) $(CONFIG)/tools/rm.pl -rf ECHO = echo -TOUCH = echo NUL >> WIND_HOST_TYPE = x86-win32 OSITHREAD_USE_DEFAULT_STACK = NO diff --git a/configure/os/CONFIG.win32-x86.Common b/configure/os/CONFIG.win32-x86.Common index 5aa2ad48b..5c4dd1fe6 100644 --- a/configure/os/CONFIG.win32-x86.Common +++ b/configure/os/CONFIG.win32-x86.Common @@ -13,7 +13,6 @@ RM = $(PERL) $(CONFIG)/tools/rm.pl -f MKDIR = $(PERL) $(CONFIG)/tools/mkdir.pl RMDIR = $(PERL) $(CONFIG)/tools/rm.pl -rf ECHO = echo -TOUCH = echo NUL >> WIND_HOST_TYPE = x86-win32 OSITHREAD_USE_DEFAULT_STACK = NO