From 903b6001e7c0a78fed74ca49d9513cf8c3c15606 Mon Sep 17 00:00:00 2001 From: grischka Date: Sun, 20 Dec 2009 20:34:35 +0100 Subject: update Makefiles --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/Makefile b/tests/Makefile index 019c890..74303d4 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -16,7 +16,7 @@ include $(TOP)/Makefile # run local version of tcc with local libraries and includes TCC = ../tcc -B.. -RUN_TCC = $(NATIVE_TARGET) -run ../tcc.c -B.. +RUN_TCC = $(NATIVE_DEFINES) -run ../tcc.c -B.. DISAS=objdump -d all test : $(TESTS) -- cgit v1.3.1