diff --git a/Makefile b/Makefile index b6c88c806..043d52c3e 100644 --- a/Makefile +++ b/Makefile @@ -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) - \ No newline at end of file + @$(TOOLS)/MakeRelease -b $(INSTALL_LOCATION) +