From bc5e203f7787980f65f81ddbf69a619ab34fa85e Mon Sep 17 00:00:00 2001 From: "N.N." Date: Tue, 9 Mar 2004 12:41:22 +0000 Subject: toxy alpha6 svn path=/trunk/externals/miXed/; revision=1396 --- Makefile.common | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.common') diff --git a/Makefile.common b/Makefile.common index eaeaadd..9d49295 100644 --- a/Makefile.common +++ b/Makefile.common @@ -1,7 +1,7 @@ # next line has to be edited manually PD_DIR = $(ROOT_DIR)/../../pd/src -# FIXME +# FIXME ./configure should set this (or not) before "include Makefile.sources" TCL_LIB = -l`grep -osm1 'tcl8\.[345]' $(PD_DIR)/makefile` OS_NAME = $(shell uname -s) @@ -267,6 +267,7 @@ stestrelease: emptydeps define_build $(SRC_TAR) test/$(BASE_NAME)/* cd $(ROOT_DIR); tar -X $(BASE_DIR)/$(BASE_NAME)-vicious.exclude -rf \ $(SRC_TAR) ViCious/$(BASE_DIR)/* + cd $(ROOT_DIR); tar -rf $(SRC_TAR) bin/keepme cd $(ROOT_DIR); gzip -f $(SRC_TAR) brelease: define_build -- cgit v1.2.1