# HG changeset patch # User LluĂ­s Batlle # Date 1395329353 -3600 # Node ID d090ddac513166001ca221ea80d97fbca6f8b190 # Parent 13360d8af3131e038cd8e413291fd1c3408cb23d Fixing the build on linux, gcc linking parameters order diff -r 13360d8af313 -r d090ddac5131 Makefile --- a/Makefile Wed Feb 16 21:07:11 2011 +0100 +++ b/Makefile Thu Mar 20 16:29:13 2014 +0100 @@ -32,7 +32,7 @@ $(INSTALL) tm $(PREFIX)/bin tm: $(OBJECTS) - $(CC) -o $@ $(LINUX_LIBS) $^ + $(CC) -o $@ $^ $(LINUX_LIBS) test_filter: test_filter.o filter.o simple_math.o filter_string.o error.o