From d0109d906fad1b56ab62a3b1323877f8ed0ffeac Mon Sep 17 00:00:00 2001 From: Anders Blomdell <anders.blomdell@control.lth.se> Date: Wed, 21 Aug 2013 11:15:29 +0200 Subject: [PATCH] Removed bogus line for creating shared library. --- lib/c/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/c/Makefile b/lib/c/Makefile index 77d108c..f0cd5a8 100644 --- a/lib/c/Makefile +++ b/lib/c/Makefile @@ -63,7 +63,6 @@ liblabcomm.a: $(OBJS) liblabcomm.so.1: $(OBJS:%.o=%.pic.o) $(call MAKESHARED,$@,$@,$^) - gcc -shared -Wl,-soname,$@ -o $@ $^ -lc -lrt labcomm.o : labcomm.c labcomm.h labcomm_private.h -- GitLab