Removed x86 dependent "cpuinfo" command from the main build (it's now added

locally in the app/cpuinfo directory).


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3237 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2003-05-13 15:25:04 +00:00
parent c0f5672484
commit 897285de73

View File

@ -321,18 +321,6 @@ KernelLd obos_shell :
bin/shell
;
KernelLd cpuinfo :
libglue2.o
<$(SOURCE_GRIST)!apps!cpuinfo>main.o
libroot.so
:
$(SUBDIR)/ldscripts/$(OBOS_ARCH)/app.ld
:
:
:
bin/cpuinfo
;
KernelLd testapp :
libglue2.o
<$(SOURCE_GRIST)!apps!testapp>main.o