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:
seawood%netscape.com
2002-03-19 22:32:08 +00:00
parent 968dc8eb24
commit a8ff7f86d6

View File

@@ -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