From 4e73b89e56369a260e7368cfce0d6b2fc2e0e0a5 Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Sun, 7 Sep 2014 16:04:15 +0200 Subject: do not prevent dynamic linking --- libmachdev/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/libmachdev/Makefile b/libmachdev/Makefile index a47bf325..345c004f 100644 --- a/libmachdev/Makefile +++ b/libmachdev/Makefile @@ -31,6 +31,3 @@ OBJS = $(SRCS:.c=.o) $(MIGSTUBS) MIGSFLAGS = -imacros $(srcdir)/mig-mutate.h include ../Makeconf - -$(libname).so.$(hurd-version): - echo "INPUT ( $(libname).a )" > $@ -- cgit v1.2.3