Fix BeOS build (the D from -D was left in).

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20478 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol
2007-03-31 13:19:26 +00:00
parent 238d7b4ba7
commit 832b831777
@@ -2,7 +2,7 @@ SubDir HAIKU_TOP src add-ons kernel drivers ports usb_serial ;
SetSubDirSupportedPlatformsBeOSCompatible ;
local defines = [ FDefines DB_USB_USE_V2_MODULE ] ;
local defines = [ FDefines B_USB_USE_V2_MODULE ] ;
SubDirCcFlags $(defines) ;