Removed the previous commit change.

This commit is contained in:
Janet B. Anderson
1998-06-17 17:47:49 +00:00
parent e3b1b2fa59
commit c39be663e2
+1 -5
View File
@@ -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)/%)