mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Include nci.mak later, as it needs $(ARCH) variable
Fix a typo in ncitool svn path=/trunk/; revision=26183
This commit is contained in:
+2
-2
@@ -310,7 +310,7 @@ else # mingw32-windows
|
||||
strip = $(Q)strip
|
||||
windres = $(Q)windres
|
||||
else
|
||||
gcc = $(ROS_PREFIX)-gcc
|
||||
gcc = $(Q)$(ROS_PREFIX)-gcc
|
||||
gpp = $(Q)$(ROS_PREFIX)-g++
|
||||
ld = $(Q)$(ROS_PREFIX)-ld
|
||||
nm = $(Q)$(ROS_PREFIX)-nm
|
||||
@@ -391,6 +391,7 @@ include lib/lib.mak
|
||||
include tools/tools.mak
|
||||
include boot/freeldr/bootsect/bootsect.mak
|
||||
-include $(ROS_AUTOMAKE)
|
||||
include tools/nci/nci.mak
|
||||
|
||||
PREAUTO := \
|
||||
$(BIN2C_TARGET) \
|
||||
@@ -400,7 +401,6 @@ PREAUTO := \
|
||||
$(BUGCODES_RC) \
|
||||
$(ERRCODES_H) \
|
||||
$(ERRCODES_RC) \
|
||||
$(NCI_SERVICE_FILES) \
|
||||
$(GENDIB_DIB_FILES)
|
||||
|
||||
$(ROS_AUTOMAKE): $(RBUILD_TARGET) $(PREAUTO) $(XMLBUILDFILES)
|
||||
|
||||
+631
-631
File diff suppressed because it is too large
Load Diff
@@ -48,7 +48,6 @@ include tools/cdmake/cdmake.mak
|
||||
include tools/dbgprint/dbgprint.mak
|
||||
include tools/gendib/gendib.mak
|
||||
include tools/mkhive/mkhive.mak
|
||||
include tools/nci/nci.mak
|
||||
include tools/pefixup.mak
|
||||
include tools/raddr2line.mak
|
||||
include tools/rbuild/rbuild.mak
|
||||
|
||||
Reference in New Issue
Block a user