From 89ad24e7d63f7488c2796b30d41303f52663a8c4 Mon Sep 17 00:00:00 2001 From: gus knight Date: Wed, 29 Jul 2015 16:53:57 -0400 Subject: Revert all of my changes to directories & codingstyle. --- tests/tests2/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/tests2') diff --git a/tests/tests2/Makefile b/tests/tests2/Makefile index 980934b..254fa5c 100644 --- a/tests/tests2/Makefile +++ b/tests/tests2/Makefile @@ -1,4 +1,4 @@ -TOP = ../../src +TOP = ../.. 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)/../lib -I$(top_srcdir)/../include -lm + TCCFLAGS = -B$(TOP) -I$(top_srcdir)/include -lm endif ifeq ($(TARGETOS),Darwin) -- cgit v1.3.1