mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
fix a smaller issue with win32ksys, when u did delete win32k.s or type make win32ksys_clean
this file was not being rebuild or remove. svn path=/trunk/; revision=28193
This commit is contained in:
parent
064b0ec043
commit
e753659117
1 changed files with 1 additions and 2 deletions
|
@ -59,8 +59,7 @@ NCI_SERVICE_FILES = \
|
|||
$(WIN32K_SERVICE_TABLE) \
|
||||
$(NTDLL_STUBS) \
|
||||
$(KERNEL_STUBS) \
|
||||
$(WIN32K_GDI_STUBS) \
|
||||
$(WIN32K_USER_STUBS)
|
||||
$(WIN32K_STUBS)
|
||||
|
||||
$(NCI_SERVICE_FILES): $(NCI_TARGET) $(KERNEL_SVC_DB) $(WIN32K_SVC_DB)
|
||||
$(ECHO_NCI)
|
||||
|
|
Loading…
Reference in a new issue