diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2016-01-03 19:00:08 +0100 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2016-01-03 19:00:08 +0100 |
commit | 87d9f5513a5202c117fe05a489876da8cac79ecd (patch) | |
tree | 0f2e2209dd842574ac3b69dbee8b10c47875e5dc /libddekit/Makefile | |
parent | 6e24db6eee751066eac4f9b638aae40cda25d6ec (diff) |
drop OTHERLIBS
Diffstat (limited to 'libddekit/Makefile')
-rw-r--r-- | libddekit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libddekit/Makefile b/libddekit/Makefile index 59f75095..e7ce2553 100644 --- a/libddekit/Makefile +++ b/libddekit/Makefile @@ -41,7 +41,7 @@ MIGSTUBS = experimentalUser.o OBJS = $(sort $(SRCS:.c=.o) $(MIGSTUBS)) HURDLIBS = ports shouldbeinlibc hurd-slab -OTHERLIBS = -lpthread +LDLIBS = -lpthread MIGCOMSFLAGS = -prefix dde_ |