diff options
author | Roland McGrath <roland@gnu.org> | 1995-10-09 18:56:59 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-10-09 18:56:59 +0000 |
commit | d601a3e2d6ecee2ab10c1721c3cba80fa7a79dca (patch) | |
tree | 06aa7197877e8c364e1cff1d346bd471a00d2ed7 /libps/Makefile | |
parent | 071b6e82e6d64861c01cbe5408458f768ec2b680 (diff) |
Specify shared library dependencies.
Diffstat (limited to 'libps/Makefile')
-rw-r--r-- | libps/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libps/Makefile b/libps/Makefile index 7731ad1b..7ee1c14f 100644 --- a/libps/Makefile +++ b/libps/Makefile @@ -35,3 +35,5 @@ msg-MIGUFLAGS = -D'MSG_IMPORTS=waittime 1000;' term-MIGUFLAGS = -D'TERM_IMPORTS=waittime 1000;' include ../Makeconf + +libps.so: ../libihash/libihash.so |