Skip to content
Snippets Groups Projects
Commit d0109d90 authored by Anders Blomdell's avatar Anders Blomdell
Browse files

Removed bogus line for creating shared library.

parent 3771cea7
Branches
Tags
No related merge requests found
...@@ -63,7 +63,6 @@ liblabcomm.a: $(OBJS) ...@@ -63,7 +63,6 @@ liblabcomm.a: $(OBJS)
liblabcomm.so.1: $(OBJS:%.o=%.pic.o) liblabcomm.so.1: $(OBJS:%.o=%.pic.o)
$(call MAKESHARED,$@,$@,$^) $(call MAKESHARED,$@,$@,$^)
gcc -shared -Wl,-soname,$@ -o $@ $^ -lc -lrt
labcomm.o : labcomm.c labcomm.h labcomm_private.h labcomm.o : labcomm.c labcomm.h labcomm_private.h
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment