mkdepend rules now work again

git-svn-id: svn://10.0.0.236/trunk@20050 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
fur%netscape.com 1999-02-09 00:01:56 +00:00
parent d48f035ca7
commit 32a58be443

View File

@ -694,7 +694,7 @@ endif
endif
ifneq ($(filter *.mk,$(wildcard $(CUR_DIR)/$(OBJDIR)/depend.mk)),)
ifneq ($(wildcard $(CUR_DIR)/$(OBJDIR)/depend.mk),)
-include $(CUR_DIR)/$(OBJDIR)/depend.mk
endif