Fixed Jamfile to not use OBOS_TARGET_DIR any longer (but OBOS_ARCH instead).

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3160 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2003-05-03 16:12:46 +00:00
parent 99b8586b91
commit eda9fea884
+1 -1
View File
@@ -1,3 +1,3 @@
SubDir OBOS_TOP src kernel core arch ;
SubInclude OBOS_TOP src kernel core arch $(OBOS_TARGET_DIR) ;
SubInclude OBOS_TOP src kernel core arch $(OBOS_ARCH) ;