diff --git a/reactos/Makefile b/reactos/Makefile index 08071d2ea3e..30edd8fe390 100644 --- a/reactos/Makefile +++ b/reactos/Makefile @@ -397,7 +397,7 @@ ERRCODES_RC = dll$(SEP)win32$(SEP)kernel32$(SEP)errcodes.rc # will not be autogenretaed for right # platforms. -$ARCH :=i386 +ARCH :=i386 include lib/lib.mak include tools/tools.mak @@ -413,6 +413,7 @@ PREAUTO := \ $(BUGCODES_RC) \ $(ERRCODES_H) \ $(ERRCODES_RC) \ + $(NCI_SERVICE_FILES) \ $(GENDIB_DIB_FILES) $(ROS_AUTOMAKE): $(RBUILD_TARGET) $(PREAUTO) $(XMLBUILDFILES)