From 3c5ee14585e774e48e64295b230205fd1e24acfa Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Mon, 8 Sep 2014 12:30:26 +0200 Subject: Revert "do not prevent dynamic linking" This reverts commit 4e73b89e56369a260e7368cfce0d6b2fc2e0e0a5. --- libmachdev/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libmachdev') diff --git a/libmachdev/Makefile b/libmachdev/Makefile index 345c004f..a47bf325 100644 --- a/libmachdev/Makefile +++ b/libmachdev/Makefile @@ -31,3 +31,6 @@ 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