From c39be663e22a8ac5723b3d378b8b4c7b586de554 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Wed, 17 Jun 1998 17:47:49 +0000 Subject: [PATCH] Removed the previous commit change. --- src/makeBaseApp/top/config/RULES.Db | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/makeBaseApp/top/config/RULES.Db b/src/makeBaseApp/top/config/RULES.Db index 558470c93..1e680bf48 100644 --- a/src/makeBaseApp/top/config/RULES.Db +++ b/src/makeBaseApp/top/config/RULES.Db @@ -6,13 +6,9 @@ DBST = dbst MAKEDBDEPENDS = $(PERL) $(TOP)/config/makeDbDepends.pl REPLACEVAR = $(PERL) $(TOP)/config/replaceVAR.pl ifndef WIN32 -ifeq ($(HOST_ARCH),cygwin32) -TOUCH = echo >> -else TOUCH = touch -endif else -TOUCH = echo >> +TOUCH = type NUL >> endif INSTALL_BPTS = $(BPTS:%= $(INSTALL_DBD)/%)