From: jjenista Date: Wed, 4 Mar 2009 20:55:14 +0000 (+0000) Subject: accidentally checked in makefile line with one option pasted in between another optio... X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6ab7479a84046ad28af26330a5e77afa5d40fcaa;p=IRC.git accidentally checked in makefile line with one option pasted in between another option and its argument --- diff --git a/Robust/src/Benchmarks/mlp/getpot-java/mergeExamples/makefile b/Robust/src/Benchmarks/mlp/getpot-java/mergeExamples/makefile index 2334bbc3..63873155 100644 --- a/Robust/src/Benchmarks/mlp/getpot-java/mergeExamples/makefile +++ b/Robust/src/Benchmarks/mlp/getpot-java/mergeExamples/makefile @@ -4,7 +4,7 @@ PROGRAM=test SOURCE_FILES=*.java BUILDSCRIPT=~/research/Robust/src/buildscript -BSFLAGS= -debug -mainclass $(MAIN_CLASS) -justanalyze -ownership -ownallocdepth 1 -ownwritedots -ownaliasfile aliases.txt final -enable-assertions +BSFLAGS= -debug -mainclass $(MAIN_CLASS) -justanalyze -ownership -ownallocdepth 1 -ownwritedots final -ownaliasfile aliases.txt -enable-assertions all: $(PROGRAM).bin