diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-09-07 16:04:15 +0200 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-09-07 16:04:15 +0200 |
commit | 4e73b89e56369a260e7368cfce0d6b2fc2e0e0a5 (patch) | |
tree | 2dc1dcd572097885a5ec03731a0d364fdff82ae7 | |
parent | cda42a320fd88c25de47c7733359a49b93f821cf (diff) |
do not prevent dynamic linking
-rw-r--r-- | libmachdev/Makefile | 3 |
1 files changed, 0 insertions, 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 )" > $@ |