diff Makefile.gen @ 533:52c56ada3816

Fix Win32/MinGW cross-compilation target to work with Debian's gcc-mingw-w64 package, thus upgrading to a new version of MinGW and GCC. Yay.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 07 Jun 2012 03:16:39 +0300
parents 796508f828f6
children 1ff9e85a1fcc
line wrap: on
line diff
--- a/Makefile.gen	Wed Jun 06 18:55:17 2012 +0300
+++ b/Makefile.gen	Thu Jun 07 03:16:39 2012 +0300
@@ -39,6 +39,7 @@
 
 $(THLIBS_A): $(addprefix $(OBJPATH),$(THLIBS_OBJ))
 	$(AR) cru $@ $+
+	$(RANLIB) $@
 
 main.c: VERSION