From eb152022a0359841266c0f37022e4c7ad08d1f85 Mon Sep 17 00:00:00 2001 From: Thomas Preud'homme Date: Sat, 14 May 2011 16:21:45 +0200 Subject: make test work when LIBTCC1 not defined Make libtest depends on LIBTCC1 instead of ../libtcc1.a and define LIBTCC1 to $(TOP)/$(LIBTCC1) if LIBTCC1 is defined --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 74bb4be..10b7cda 100644 --- a/Makefile +++ b/Makefile @@ -331,6 +331,8 @@ tar: rm -rf /tmp/$(TCC-VERSION) # in tests subdir +export LIBTCC1 + %est: $(MAKE) -C tests $@ -- cgit v1.3.1