-lpthread after to make sure symbols are resolved
authorMathieu Lacage <mathieu.lacage@cutebugs.net>
Tue, 17 Apr 2012 21:36:20 +0200
changeset 624 20b02a0b0c50
parent 623 579e0d816d2f
child 625 dd14566ee3c0
-lpthread after to make sure symbols are resolved
Makefile
--- a/Makefile	Fri Sep 23 17:54:53 2011 +0200
+++ b/Makefile	Tue Apr 17 21:36:20 2012 +0200
@@ -119,7 +119,7 @@
 %.o:$(SRCDIR)%.cc
 	$(CXX) $(CXXFLAGS) -c -o $@ $^
 internal-tests: $(TEST_OBJECT)
-	$(CXX) $(LDFLAGS) $^ -o $@
+	$(CXX) $^ $(LDFLAGS) -o $@
 display-relocs: display-relocs.o
 
 clean: