From e7536591175f76b7836ab950fcdde20c8181d9d2 Mon Sep 17 00:00:00 2001 From: Magnus Olsen Date: Mon, 6 Aug 2007 13:20:31 +0000 Subject: [PATCH] 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 --- reactos/tools/nci/nci.mak | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/reactos/tools/nci/nci.mak b/reactos/tools/nci/nci.mak index 9ad9cf4d591..d9cb270a055 100644 --- a/reactos/tools/nci/nci.mak +++ b/reactos/tools/nci/nci.mak @@ -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)