From b1d2782b3022f795547002b3841bd70ca256a671 Mon Sep 17 00:00:00 2001 From: Damien Doligez Date: May 17 2013 12:49:42 +0000 Subject: testsuite: still making it work without installing git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@13692 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02 --- diff --git a/testsuite/tests/lib-dynlink-native/Makefile b/testsuite/tests/lib-dynlink-native/Makefile index 1d7e7dd..80e4221 100644 --- a/testsuite/tests/lib-dynlink-native/Makefile +++ b/testsuite/tests/lib-dynlink-native/Makefile @@ -35,7 +35,6 @@ ADD_COMPFLAGS=-thread .PHONY: compile compile: $(PLUGINS) main$(EXE) mylib.so - @$(MAKE) $(PLUGINS) .PHONY: run run: diff --git a/testsuite/tests/lib-scanf-2/Makefile b/testsuite/tests/lib-scanf-2/Makefile index 4b3c350..6b8d56b 100644 --- a/testsuite/tests/lib-scanf-2/Makefile +++ b/testsuite/tests/lib-scanf-2/Makefile @@ -13,7 +13,7 @@ BASEDIR=../.. COMPFLAGS=-I $(OTOPDIR)/otherlibs/$(UNIXLIBVAR)unix -LD_PATH=$(OTOPDIR)/otherlibs/$(UNIXLIBVAR)unix +LD_PATH=$(TOPDIR)/otherlibs/$(UNIXLIBVAR)unix .PHONY: default default: diff --git a/testsuite/tests/lib-threads/Makefile b/testsuite/tests/lib-threads/Makefile index 88b3470..fc09871 100644 --- a/testsuite/tests/lib-threads/Makefile +++ b/testsuite/tests/lib-threads/Makefile @@ -14,7 +14,7 @@ BASEDIR=../.. LIBRARIES=unix threads ADD_COMPFLAGS=-thread -I $(OTOPDIR)/otherlibs/systhreads \ -I $(OTOPDIR)/otherlibs/$(UNIXLIBVAR)unix -LD_PATH=$(TOPDIR)/otherlibs/systhreads:$(OTOPDIR)/otherlibs/$(UNIXLIBVAR)unix +LD_PATH=$(TOPDIR)/otherlibs/systhreads:$(TOPDIR)/otherlibs/$(UNIXLIBVAR)unix include $(BASEDIR)/makefiles/Makefile.several include $(BASEDIR)/makefiles/Makefile.common