diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-09-08 12:30:26 +0200 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-09-08 12:30:26 +0200 |
commit | 3c5ee14585e774e48e64295b230205fd1e24acfa (patch) | |
tree | b1b4290849dd04818bcdfcd842932b899ed40504 /libmachdev | |
parent | 4e73b89e56369a260e7368cfce0d6b2fc2e0e0a5 (diff) |
Revert "do not prevent dynamic linking"
This reverts commit 4e73b89e56369a260e7368cfce0d6b2fc2e0e0a5.
Diffstat (limited to 'libmachdev')
-rw-r--r-- | libmachdev/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 )" > $@ |