[sdpb] 156/233: Fix broken order of linker sources in makefile

Tobias Hansen thansen at moszumanska.debian.org
Thu Mar 9 04:06:33 UTC 2017


This is an automated email from the git hooks/post-receive script.

thansen pushed a commit to branch master
in repository sdpb.

commit a151e615a3f832411876468fd0c3969ffef5ee43
Author: Seth Heeren <sgheeren at gmail.com>
Date:   Fri Mar 6 00:34:03 2015 +0100

    Fix broken order of linker sources in makefile
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index df9e5f2..1dbb848 100755
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ RM = rm -f
 .SUFFIXES: .cpp .o
 
 $(RESULT): $(OBJECTS)
-	$(CC) $(CFLAGS) $(LIBS) -o $@ $^
+	$(CC) $(CFLAGS) -o $@ $^ $(LIBS)
 
 obj/%.o: src/%.cpp
 	g++ $(CFLAGS) -c -o $@ $<

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sdpb.git



More information about the debian-science-commits mailing list