aboutsummaryrefslogtreecommitdiff
path: root/tests/tests2
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests2')
-rw-r--r--tests/tests2/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/tests2/Makefile b/tests/tests2/Makefile
index 254fa5c..980934b 100644
--- a/tests/tests2/Makefile
+++ b/tests/tests2/Makefile
@@ -1,4 +1,4 @@
-TOP = ../..
+TOP = ../../src
include $(TOP)/Makefile
# clear CFLAGS and LDFLAGS
@@ -6,9 +6,9 @@ CFLAGS :=
LDFLAGS :=
ifdef CONFIG_WIN32
- TCCFLAGS = -B$(top_srcdir)/win32 -I$(top_srcdir)/include -L$(TOP)
+ TCCFLAGS = -B$(top_srcdir)/win32 -I$(top_srcdir)/../include -L$(TOP)
else
- TCCFLAGS = -B$(TOP) -I$(top_srcdir)/include -lm
+ TCCFLAGS = -B$(TOP)/../lib -I$(top_srcdir)/../include -lm
endif
ifeq ($(TARGETOS),Darwin)