From 8042121d74906eacec7add2ddc85270e1db3ca88 Mon Sep 17 00:00:00 2001 From: grischka Date: Sun, 10 Feb 2013 00:38:40 +0100 Subject: tcc -vv/--print-search-dirs: print more info tests/Makefile: - print-search-dirs when 'hello' fails - split off hello-run win32/include/_mingw.h: - fix for compatibility with mingw headers (While our headers in win32 are from mingw-64 and don't have the problem) tiny_libmaker: - don't use "dangerous" mktemp --- lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/Makefile b/lib/Makefile index 945a94b..e125f2c 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -91,7 +91,7 @@ $(DIR)/%.o : %.c $(DIR)/%.o : %.S $(XCC) -c $< -o $@ $(XFLAGS) $(DIR)/%$(EXESUF) : $(TOP)/win32/tools/%.c - $(CC) -Os -s -w -o $@ $< $(XFLAGS) $(LDFLAGS) + $(CC) -Os -s -o $@ $< $(XFLAGS) $(LDFLAGS) $(OBJ) $(XAR) : $(DIR)/exists $(DIR)/exists : -- cgit v1.3.1