Description: Correct order of arguments, allowing to link with --as-needed
 option.
Author: Ilya Barygin <barygin@gmail.com>
Bug-Ubuntu: https://launchpad.net/bugs/803201
Bug-Debian: http://bugs.debian.org/632521
--- syrthes-3.4.3-dfsg1.orig/src/util/convert2syrthes/Makefile
+++ syrthes-3.4.3-dfsg1/src/util/convert2syrthes/Makefile
@@ -17,5 +17,5 @@ endif
 
 exe :
 	@echo $(MESS)
-	cc  -o convert2syrthes $(CFLAGS) $(INCLUDE) $(LIBS) $(SOURCES) 
+	cc  -o convert2syrthes $(CFLAGS) $(INCLUDE) $(SOURCES) $(LIBS) 
 
