From acc8f602e57d69e6e36c417b7b360b6dd685b64e Mon Sep 17 00:00:00 2001 From: Vlad Vissoultchev Date: Sun, 17 Apr 2016 16:20:46 +0300 Subject: Revert "Fix tests Makefiles on Windows" This reverts commit fa2472c17246206ce6947475782de17245eceeea. --- tests/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/Makefile') diff --git a/tests/Makefile b/tests/Makefile index f556cc5..e9f173b 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -60,13 +60,12 @@ endif # run local version of tcc with local libraries and includes TCCFLAGS = -B$(TOP) -I$(TOP) -I$(top_srcdir) -I$(top_srcdir)/include -L$(TOP) -TCC = $(TOP)/tcc $(TCCFLAGS) ifdef CONFIG_WIN32 TCCFLAGS = -B$(top_srcdir)/win32 -I$(top_srcdir) -I$(top_srcdir)/include -L$(TOP) - TCC = $(TOP)/win32/tcc $(TCCFLAGS) endif XTCCFLAGS = -B$(TOP) -B$(top_srcdir)/win32 -I$(TOP) -I$(top_srcdir) -I$(top_srcdir)/include +TCC = $(TOP)/tcc $(TCCFLAGS) RUN_TCC = $(NATIVE_DEFINES) -DONE_SOURCE -run $(top_srcdir)/tcc.c $(TCCFLAGS) DISAS = objdump -d -- cgit v1.3.1