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)/%)