From: Robert Dickenson Date: Mon, 9 Dec 2002 15:18:11 +0000 (+0000) Subject: Rollback removal of auto-dependancy checking. X-Git-Tag: ReactOS-0.1.0~249 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=1a95510552fed7e544c8375597f1f0d6abd95ee8;hp=029fe88aa3bd72bc08cf3e057e39198860d0d6fe Rollback removal of auto-dependancy checking. Another version of make had made it's way in front of my path )^; svn path=/trunk/; revision=3839 --- diff --git a/reactos/ntoskrnl/Makefile b/reactos/ntoskrnl/Makefile index 97e81154f2d..d134a4e2e78 100644 --- a/reactos/ntoskrnl/Makefile +++ b/reactos/ntoskrnl/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.87 2002/12/08 16:23:33 robd Exp $ +# $Id: Makefile,v 1.88 2002/12/09 15:18:11 robd Exp $ # # ReactOS Operating System # @@ -350,8 +350,7 @@ TAG_OBJECTS := $(join $(dir $(DEP_OBJECTS)),$(patsubst %.o, .%.TAG, $(notdir $(D # Include automatic dependancy tracking # DEP_EXCLUDE_FILTER := ex/napi.% nt/zw.% -# FIXME: Disabled -#include $(PATH_TO_TOP)/tools/depend.mk +include $(PATH_TO_TOP)/tools/depend.mk # Resources