diff options
| author | Joe Soroka <gits@joesoroka.com> | 2011-07-22 02:12:49 -0700 |
|---|---|---|
| committer | Joe Soroka <gits@joesoroka.com> | 2011-07-22 02:12:49 -0700 |
| commit | 339f961c115fcff68d94026b930b6840fe023eb7 (patch) | |
| tree | 15e2bed45b4c9e9f875e45b0f3fb78e07f457a88 /libtcc.c | |
| parent | 9b52e16a50e7ed86b4fec6736cd32421fa90785a (diff) | |
| download | tinycc-339f961c115fcff68d94026b930b6840fe023eb7.tar.gz tinycc-339f961c115fcff68d94026b930b6840fe023eb7.tar.bz2 | |
fixed Makefile test targets
Diffstat (limited to 'libtcc.c')
| -rw-r--r-- | libtcc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
