summaryrefslogtreecommitdiff
path: root/trans/Makefile
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2000-07-26 12:27:43 +0000
committerMark Kettenis <kettenis@gnu.org>2000-07-26 12:27:43 +0000
commitac21537efdd5cab306911a74c55cc296ab6a4d6d (patch)
tree40883461ad16f739e50bd45caaeb3ba960f8791a /trans/Makefile
parent8a405fb812b3a8f11ee2ecf6ad5a2098e8faf0cf (diff)
* Makefile: Reorder libs such that the threads lib comes before
the ports lib. This makes sure the functions in libthreads properly override the stubs in libports with the new dynamic linker semantics in glibc 2.2.
Diffstat (limited to 'trans/Makefile')
-rw-r--r--trans/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/trans/Makefile b/trans/Makefile
index ad7a3a4a..03c48f36 100644
--- a/trans/Makefile
+++ b/trans/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 1994,95,96,97,99 Free Software Foundation, Inc.
+# Copyright (C) 1994,95,96,97,99,2000 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
@@ -23,7 +23,7 @@ targets = symlink firmlink ifsock magic null fifo new-fifo fwd crash \
SRCS = ifsock.c symlink.c magic.c null.c fifo.c new-fifo.c fwd.c \
crash.c firmlink.c password.c hello.c hello-mt.c
OBJS = $(SRCS:.c=.o) fsysServer.o ifsockServer.o passwordServer.o
-HURDLIBS=ports trivfs threads fshelp pipe ihash shouldbeinlibc
+HURDLIBS = threads ports trivfs fshelp pipe ihash shouldbeinlibc
password-LDLIBS = $(LIBCRYPT)
include ../Makeconf
@@ -33,11 +33,11 @@ ifsock: ifsockServer.o
crash: crashServer.o crash_replyUser.o msgServer.o
password: passwordServer.o
-crash password: ../libports/libports.a ../libtrivfs/libtrivfs.a ../libthreads/libthreads.a ../libfshelp/libfshelp.a
+crash password: ../libthreads/libthreads.a ../libports/libports.a ../libtrivfs/libtrivfs.a ../libthreads/libthreads.a ../libfshelp/libfshelp.a
fifo new-fifo: ../libpipe/libpipe.a
-fwd new-fifo: ../libfshelp/libfshelp.a ../libports/libports.a
-hello-mt hello magic null ifsock fifo new-fifo firmlink: ../libtrivfs/libtrivfs.a ../libfshelp/libfshelp.a ../libports/libports.a ../libihash/libihash.a
+fwd: ../libfshelp/libfshelp.a ../libports/libports.a
+hello-mt magic null ifsock fifo new-fifo firmlink: ../libtrivfs/libtrivfs.a ../libfshelp/libfshelp.a ../libthreads/libthreads.a ../libports/libports.a ../libihash/libihash.a
+hello: ../libtrivfs/libtrivfs.a ../libfshelp/libfshelp.a ../libports/libports.a ../libihash/libihash.a
$(targets): ../libshouldbeinlibc/libshouldbeinlibc.a
-hello-mt magic fwd null ifsock fifo new-fifo firmlink: ../libthreads/libthreads.a
$(targets): %: %.o