removed getplatform, ISABELLE_OUTPUT_DIR;
authorwenzelm
Thu, 06 Feb 1997 18:40:23 +0100
changeset 2593 012be3cc5203
parent 2592 a17f46352df3
child 2594 4743d85eace0
removed getplatform, ISABELLE_OUTPUT_DIR;
lib/Tools/make
--- a/lib/Tools/make	Thu Feb 06 18:33:50 1997 +0100
+++ b/lib/Tools/make	Thu Feb 06 18:40:23 1997 +0100
@@ -23,8 +23,4 @@
 
 [ "$1" = "-?" ] && usage
 
-
-. $ISABELLE_HOME/lib/scripts/getplatform
-export ISABELLE_OUTPUT_DIR="$ISABELLE_OUTPUT/$ML_SYSTEM-$PLATFORM"
-
 exec make -f IsaMakefile "$@"