From 339f961c115fcff68d94026b930b6840fe023eb7 Mon Sep 17 00:00:00 2001 From: Joe Soroka Date: Fri, 22 Jul 2011 02:12:49 -0700 Subject: fixed Makefile test targets --- libtcc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libtcc.c') diff --git a/libtcc.c b/libtcc.c index 9fa0dd8..0488f33 100644 --- a/libtcc.c +++ b/libtcc.c @@ -69,7 +69,7 @@ ST_DATA void *rt_prog_main; #ifdef TCC_TARGET_PE #include "tccpe.c" #endif -#endif /* ALL_IN_ONE */ +#endif /* ONE_SOURCE */ /********************************************************/ #ifndef CONFIG_TCC_ASM -- cgit v1.3.1