summaryrefslogtreecommitdiffstats
path: root/rules/cross-gcc-first.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/cross-gcc-first.make')
-rw-r--r--rules/cross-gcc-first.make4
1 files changed, 1 insertions, 3 deletions
diff --git a/rules/cross-gcc-first.make b/rules/cross-gcc-first.make
index b81e7a9..1d890e2 100644
--- a/rules/cross-gcc-first.make
+++ b/rules/cross-gcc-first.make
@@ -23,7 +23,7 @@ CROSS_GCC_FIRST_BUILDDIR = $(CROSS_BUILDDIR)/$(CROSS_GCC)-first-build
# Get
# ----------------------------------------------------------------------------
-$(STATEDIR)/cross-gcc-first.get: $(STATEDIR)/cross-gcc.get
+$(STATEDIR)/cross-gcc-first.get: $(STATEDIR)/cross-gcc.get
@$(call targetinfo)
@$(call touch)
@@ -75,10 +75,8 @@ $(STATEDIR)/cross-gcc-first.prepare:
$(STATEDIR)/cross-gcc-first.compile:
@$(call targetinfo)
-
cd $(CROSS_GCC_FIRST_BUILDDIR) && $(CROSS_GCC_FIRST_PATH) \
$(MAKE) $(PARALLELMFLAGS)
-
@$(call touch)
# ----------------------------------------------------------------------------