On Windows, stage1 also deps on stamp.inplace-gcc-lib
authorIan Lynagh <igloo@earth.li>
Sun, 26 Aug 2007 13:38:30 +0000 (13:38 +0000)
committerIan Lynagh <igloo@earth.li>
Sun, 26 Aug 2007 13:38:30 +0000 (13:38 +0000)
Makefile

index c6f54f7..c935520 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -82,7 +82,13 @@ check-packages :
            exit 1; \
        fi
 
-stage1 : check-packages
+ifeq "$(TARGETPLATFORM)" "i386-unknown-mingw32"
+ifneq "$(WhatGccIsCalled)" ""
+GCC_LIB_DEP = stamp.inplace-gcc-lib
+endif
+endif
+
+stage1 : $(GCC_LIB_DEP) check-packages
        $(MAKE) -C utils/mkdependC boot
        @case '${MFLAGS}' in *-[ik]*) x_on_err=0;; *-r*[ik]*) x_on_err=0;; *) x_on_err=1;; esac; \
        for i in $(SUBDIRS_BUILD); do \