Include nci.mak later, as it needs $(ARCH) variable

Fix a typo in ncitool

svn path=/trunk/; revision=26183
This commit is contained in:
Hervé Poussineau
2007-03-26 23:43:07 +00:00
parent cd21248e88
commit 76f7f2d03a
3 changed files with 633 additions and 634 deletions
+2 -2
View File
@@ -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)
File diff suppressed because it is too large Load Diff
-1
View File
@@ -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