sorry, forgot to exclude auto-generated files from dependency tracking

svn path=/trunk/; revision=4536
This commit is contained in:
KJK::Hyperion 2003-04-14 12:14:50 +00:00
parent 1bd4ae1455
commit 6225a118af
2 changed files with 6 additions and 2 deletions

View file

@ -1,4 +1,4 @@
# $Id: makefile,v 1.26 2003/04/14 01:19:06 hyperion Exp $
# $Id: makefile,v 1.27 2003/04/14 12:14:50 hyperion Exp $
PATH_TO_TOP = ../..
@ -36,6 +36,8 @@ TARGET_OBJECTS = $(MAIN_OBJECTS) $(MISC_OBJECTS) $(OBJECTS_OBJECTS)
DEP_OBJECTS = $(TARGET_OBJECTS)
DEP_EXCLUDE_FILTER = misc/win32k.%
include $(PATH_TO_TOP)/rules.mak
include $(TOOLS_PATH)/helper.mk

View file

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.12 2003/04/14 01:19:07 hyperion Exp $
# $Id: Makefile,v 1.13 2003/04/14 12:14:50 hyperion Exp $
PATH_TO_TOP = ../..
@ -71,6 +71,8 @@ TARGET_OBJECTS = \
DEP_OBJECTS = $(TARGET_OBJECTS)
DEP_EXCLUDE_FILTER = misc/win32k.%
include $(PATH_TO_TOP)/rules.mak
include $(TOOLS_PATH)/helper.mk