From 6225a118afe7c2f41b6ed59e89ead70d8b130bcd Mon Sep 17 00:00:00 2001 From: "KJK::Hyperion" Date: Mon, 14 Apr 2003 12:14:50 +0000 Subject: [PATCH] sorry, forgot to exclude auto-generated files from dependency tracking svn path=/trunk/; revision=4536 --- reactos/lib/gdi32/makefile | 4 +++- reactos/lib/user32/Makefile | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/reactos/lib/gdi32/makefile b/reactos/lib/gdi32/makefile index 4926758d68f..8b3784a990c 100644 --- a/reactos/lib/gdi32/makefile +++ b/reactos/lib/gdi32/makefile @@ -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 diff --git a/reactos/lib/user32/Makefile b/reactos/lib/user32/Makefile index 93eba585977..7c4826f36e6 100644 --- a/reactos/lib/user32/Makefile +++ b/reactos/lib/user32/Makefile @@ -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