summaryrefslogtreecommitdiff
path: root/dev-scheme/owl-lisp/files/owl-lisp-0.2.1-make-no-test.patch
blob: 34a4b8ab2288003c55db324ecb677fcb161c721f (plain)
1
2
3
4
5
6
7
8
9
10
--- a/Makefile
+++ b/Makefile
@@ -49,7 +49,6 @@ c/ol.c: fasl/ol.fasl
 bin/ol: c/ol.c
 	# compile the real owl repl binary
 	$(CC) $(CFLAGS) $(LDFLAGS) -o bin/olp $?
-	CC="$(CC)" LDFLAGS="$(LDFLAGS)" CFLAGS="$(CFLAGS)" sh tests/run all bin/olp
 	test '!' -f $@ || mv $@ bin/ol-old
 	mv bin/olp $@