diff options
author | Roland McGrath <roland@gnu.org> | 1999-03-23 17:13:50 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-03-23 17:13:50 +0000 |
commit | 12e3dc319763adf5e77b99ee2d8e2843ad497c74 (patch) | |
tree | 00876d42851c9d4ff04b4eb60676cf394e8fc6fb | |
parent | 9f2a9248d1265277667ae30f3a9b68bef1d45610 (diff) |
1999-03-21 Roland McGrath <roland@baalperazim.frob.com>
* sysdeps/mach/hurd/Makefile (subdir_lib): Depend on
$(link-rpcuserlibs).
-rw-r--r-- | sysdeps/mach/hurd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/Makefile b/sysdeps/mach/hurd/Makefile index 92048d92d2..fbc1ad3f61 100644 --- a/sysdeps/mach/hurd/Makefile +++ b/sysdeps/mach/hurd/Makefile @@ -133,7 +133,7 @@ endif rpcuserlibs := $(common-objpfx)mach/libmachuser.so \ $(common-objpfx)hurd/libhurduser.so link-rpcuserlibs := $(rpcuserlibs:%user.so=%user-link.so) -$(common-objpfx)libc.so: $(link-rpcuserlibs) +$(common-objpfx)libc.so subdir_lib: $(link-rpcuserlibs) rpath-dirs += mach hurd $(link-rpcuserlibs): %-link.so: %_pic.a |