Fixing the build on linux, gcc linking parameters order saveflie
authorLluís Batlle <viric@viric.name>
Thu, 20 Mar 2014 16:29:13 +0100
branchsaveflie
changeset 96 d090ddac5131
parent 95 13360d8af313
child 97 eea77d5a624c
Fixing the build on linux, gcc linking parameters order
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