Moved MakeRelease to configure/tools.

This commit is contained in:
Janet B. Anderson
2000-10-12 18:33:39 +00:00
parent 75f13c31f4
commit 67f9243b65

View File

@@ -11,9 +11,9 @@ include $(TOP)/configure/RULES_TOP
release::
@echo TOP: Creating Release...
@./MakeRelease
@$(TOOLS)/MakeRelease
built_release::
@echo TOP: Creating Fully Built Release...
@./MakeRelease -b $(INSTALL_LOCATION)
@$(TOOLS)/MakeRelease -b $(INSTALL_LOCATION)