Apparently, the $(DOTDOT) stuff does work as expected; it only seems

to work when jam was executed in the local directory (as I did for testing).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@11914 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2005-03-19 02:34:08 +00:00
parent 52fe8bf7a8
commit b5f8ce37cc
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
SubDir OBOS_TOP src add-ons kernel bus_managers pci arch ppc ;
SubDirHdrs [ FDirName $(DOTDOT) $(DOTDOT) ] ;
SubDirHdrs [ FDirName $(OBOS_TOP) src add-ons kernel bus_managers pci ] ;
KernelStaticLibrary pci_arch_bus_manager :
pci_config.c

View File

@ -1,6 +1,6 @@
SubDir OBOS_TOP src add-ons kernel bus_managers pci arch x86 ;
SubDirHdrs [ FDirName $(DOTDOT) $(DOTDOT) ] ;
SubDirHdrs [ FDirName $(OBOS_TOP) src add-ons kernel bus_managers pci ] ;
KernelStaticLibrary pci_arch_bus_manager :
bios.c