* Prefixed the INCLUDE_GPL_ADDONS variable by "HAIKU_". configure needs to

be run again or generated/build/BuildConfig needs to be adjusted manually.
* Removed bochs debug hack.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34721 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2009-12-20 13:55:45 +00:00
parent 32a0e3810e
commit 0b58d8440c
10 changed files with 16 additions and 52 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ if $(TARGET_ARCH) = x86 {
}
local GPL_ONLY = ;
if $(INCLUDE_GPL_ADDONS) = 1 {
if $(HAIKU_INCLUDE_GPL_ADDONS) = 1 {
GPL_ONLY = "" ;
}