Replaced the select_test application with tls_test in the boot image.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2368 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2003-01-06 08:31:26 +00:00
parent a8687de4ad
commit 39c5004d20
1 changed files with 3 additions and 3 deletions

View File

@ -252,16 +252,16 @@ KernelLd sig_test :
bin/sig_test bin/sig_test
; ;
KernelLd select_test : KernelLd tls_test :
libglue2.o libglue2.o
<$(SOURCE_GRIST)!apps>select_test.o <$(SOURCE_GRIST)!apps>tls_test.o
libroot.so libroot.so
: :
$(SUBDIR)/ldscripts/$(OBOS_ARCH)/app.ld $(SUBDIR)/ldscripts/$(OBOS_ARCH)/app.ld
: :
: :
: :
bin/select_test bin/tls_test
; ;
KernelLd fortune : KernelLd fortune :