From e250ffb319be2275841bcc99c983f16a5ab36eca Mon Sep 17 00:00:00 2001 From: Henry K Date: Fri, 29 Oct 2010 00:40:16 -0700 Subject: [PATCH] Makefile: edit comments --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 505f4b5..7df8127 100644 --- a/Makefile +++ b/Makefile @@ -186,8 +186,7 @@ libtcc_test$(EXESUF): tests/libtcc_test.c $(LIBTCCB) $(CC) -o $@ $^ -I. $(CFLAGS) $(LIBS) $(LIBTCCL) # To build cross-compilers on Linux we must make a fake 32 bit tcc.exe -# and use it to build ELF objects into libtcc1.a which is then -# renamed to tcc1.def in order to have another target in the Makefile +# and use it to build ELF objects into win32 version of libtcc1.a win32libcc1: mv config.mak config.mak.bak mv config.h config.h.bak