summaryrefslogtreecommitdiff
path: root/toolchain/binutils/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/binutils/Makefile')
-rw-r--r--toolchain/binutils/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/binutils/Makefile b/toolchain/binutils/Makefile
index 057c6f232..bb7797e92 100644
--- a/toolchain/binutils/Makefile
+++ b/toolchain/binutils/Makefile
@@ -17,7 +17,7 @@ CONFOPTS+= --enable-64-bit-bfd
endif
$(WRKBUILD)/.headers:
-$(WRKBUILD)/.configure_done:
+$(WRKBUILD)/.configured:
(cd $(WRKBUILD); \
$(WRKBUILD)/configure \
--prefix=$(STAGING_TOOLS) \
@@ -35,7 +35,7 @@ $(WRKBUILD)/.configure_done:
);
touch $@
-$(WRKBUILD)/.compiled: $(WRKBUILD)/.configure_done
+$(WRKBUILD)/.compiled: $(WRKBUILD)/.configured
$(MAKE) -C $(WRKBUILD) all
touch $@