From 8b633f653459cdcb7574852a24c1c36fcb597b8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Mon, 7 Jun 2004 09:41:33 +0000 Subject: [PATCH] Fix libtermcap and add version information git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7794 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/bin/bash/Jamfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/apps/bin/bash/Jamfile b/src/apps/bin/bash/Jamfile index aece918774..e8cbb97a62 100644 --- a/src/apps/bin/bash/Jamfile +++ b/src/apps/bin/bash/Jamfile @@ -58,7 +58,8 @@ BinCommand sh : unwind_prot.c bashline.c bracecomp.c error.c list.c stringlib.c locale.c findcmd.c redir.c pcomplete.c pcomplib.c syntax.c xmalloc.c test.c - : libreadline.a libglob.a libbuiltins.a libtilde.a libsh.a /boot/develop/lib/x86/libtermcap.a ; + : libreadline.a libglob.a libbuiltins.a libtilde.a libsh.a libtermcap.a + : bash.rdef ; SubInclude OBOS_TOP src apps bin bash lib ; SubInclude OBOS_TOP src apps bin bash builtins ;