Index: Makefile.standalone |
diff --git a/Makefile.standalone b/Makefile.standalone |
index c80b7c75324256bc8b83b99f03ce365244f7aa37..62147ae301a637d07ac8511646482483181598f6 100644 |
--- a/Makefile.standalone |
+++ b/Makefile.standalone |
@@ -473,7 +473,7 @@ endif |
SPECFLAGS := |
SPECBUILDONLY := false |
%.spec2k: % $(OBJDIR)/pnacl-sz make_symlink runtime |
- ./pydir/szbuild_spec2k.py -v --force \ |
+ ./pydir/szbuild_spec2k.py -v \ |
$(SPECFLAGS) --target=$(TARGETFLAG) $(SPEC) $< |
$(SPECBUILDONLY) || ( cd ../../../tests/spec2k; \ |
./run_all.sh RunTimedBenchmarks $(SETUP) train $< ) |