Commit in reactos/ntoskrnl on MAIN | |||
Makefile | +2 | 1.152 -> 1.153 |
- Fixed the dependency check for ntoskrnl.
diff -u -r1.152 -r1.153 --- Makefile 17 Oct 2004 05:20:28 -0000 1.152 +++ Makefile 17 Oct 2004 10:43:57 -0000 1.153 @@ -533,6 +533,8 @@
TAGS: $(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 $(MC) \ -H $(PATH_TO_TOP)/include/reactos/bugcodes.h \