mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 04:13:37 +00:00
sorry, forgot to exclude auto-generated files from dependency tracking
svn path=/trunk/; revision=4536
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user