Traverse mkdepend dir if not using native makedepend & not using autodeps
Bug #131663 r=bryner a=asa git-svn-id: svn://10.0.0.236/trunk@116900 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -60,6 +60,12 @@ ifdef GNU_CC
|
||||
MODULE_OPTIMIZE_FLAGS = -O3
|
||||
endif
|
||||
|
||||
ifndef MOZ_AUTO_DEPS
|
||||
ifndef MOZ_NATIVE_MAKEDEPEND
|
||||
DIRS += mkdepend
|
||||
endif
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/config.mk
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
||||
Reference in New Issue
Block a user