mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:43:04 +00:00
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
This commit is contained in:
parent
029fe88aa3
commit
1a95510552
1 changed files with 2 additions and 3 deletions
|
@ -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
|
# ReactOS Operating System
|
||||||
#
|
#
|
||||||
|
@ -350,8 +350,7 @@ TAG_OBJECTS := $(join $(dir $(DEP_OBJECTS)),$(patsubst %.o, .%.TAG, $(notdir $(D
|
||||||
# Include automatic dependancy tracking
|
# Include automatic dependancy tracking
|
||||||
#
|
#
|
||||||
DEP_EXCLUDE_FILTER := ex/napi.% nt/zw.%
|
DEP_EXCLUDE_FILTER := ex/napi.% nt/zw.%
|
||||||
# FIXME: Disabled
|
include $(PATH_TO_TOP)/tools/depend.mk
|
||||||
#include $(PATH_TO_TOP)/tools/depend.mk
|
|
||||||
|
|
||||||
|
|
||||||
# Resources
|
# Resources
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue