diff --git a/Makefile b/Makefile index 68825d4b6447dbdf0c20439e9b85aa001eafbf63..69cabd0fef3af27430a8e6a4a079fa42111732ff 100755 --- a/Makefile +++ b/Makefile @@ -263,7 +263,8 @@ TTOOL_CONFIG_SRC = $(patsubst %,$(TTOOL_DOC)/%,\ config_macosx.xml \ config_windows.xml) -release: $(STDRELEASE) $(ADVANCED_RELEASE) +release: $(STDRELEASE) +#$(ADVANCED_RELEASE) $(TTOOL_STD_RELEASE)/%.tgz: $(TTOOL_STD_RELEASE)/%.tar @$(GZIP) -c $< > $@