aboutsummaryrefslogtreecommitdiff
path: root/tests/tests2
diff options
context:
space:
mode:
authorgus knight <waddlesplash@gmail.com>2015-07-29 16:53:57 -0400
committergus knight <waddlesplash@gmail.com>2015-07-29 16:57:12 -0400
commit89ad24e7d63f7488c2796b30d41303f52663a8c4 (patch)
tree93e2addf2f47de59c013be70891f061edbb67b4f /tests/tests2
parent5a16f5ea98a432e3e95848da1ef8bd3b3fce1ffb (diff)
downloadtinycc-89ad24e7d63f7488c2796b30d41303f52663a8c4.tar.gz
tinycc-89ad24e7d63f7488c2796b30d41303f52663a8c4.tar.bz2
Revert all of my changes to directories & codingstyle.
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 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)