mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 12:29:56 +00:00
- Fixed the dependency check for ntoskrnl.
svn path=/trunk/; revision=11312
This commit is contained in:
parent
fdfdfbe2d2
commit
6fe0a87268
1 changed files with 2 additions and 0 deletions
|
@ -533,6 +533,8 @@ TARGET_LFLAGS = \
|
||||||
TAGS: $(TAG_OBJECTS)
|
TAGS: $(TAG_OBJECTS)
|
||||||
etags $(addprefix -i , $(TAG_OBJECTS))
|
etags $(addprefix -i , $(TAG_OBJECTS))
|
||||||
|
|
||||||
|
GENERATED_HEADER_FILES := $(PATH_TO_TOP)/include/reactos/bugcodes.h
|
||||||
|
|
||||||
$(PATH_TO_TOP)/include/reactos/bugcodes.h bugcodes.rc: ntoskrnl.mc
|
$(PATH_TO_TOP)/include/reactos/bugcodes.h bugcodes.rc: ntoskrnl.mc
|
||||||
$(MC) \
|
$(MC) \
|
||||||
-H $(PATH_TO_TOP)/include/reactos/bugcodes.h \
|
-H $(PATH_TO_TOP)/include/reactos/bugcodes.h \
|
||||||
|
|
Loading…
Reference in a new issue