From e1d5df90bded0ebefc985e050a1c00629a1d8d7a Mon Sep 17 00:00:00 2001 From: bebbo Date: Sun, 28 Apr 2019 22:14:33 +0200 Subject: [PATCH] fix gprof -> binutils dependency --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7a97e5a..c0cf5d0 100644 --- a/Makefile +++ b/Makefile @@ -404,7 +404,7 @@ $(BUILD)/binutils/_gprof: $(BUILD)/binutils/gprof/Makefile $(shell find 2>/dev/n $(L0)"install gprof"$(L1)$(MAKE) -C $(BUILD)/binutils/gprof install $(L2) @echo "done" >$@ -$(BUILD)/binutils/gprof/Makefile: projects/binutils/configure projects/binutils/gprof/configure $(BUILD)/binutils/_done +$(BUILD)/binutils/gprof/Makefile: projects/binutils/configure $(BUILD)/binutils/_done @mkdir -p $(BUILD)/binutils/gprof $(L0)"configure gprof"$(L1) cd $(BUILD)/binutils/gprof && $(E) $(PWD)/projects/binutils/gprof/configure $(CONFIG_GRPOF) $(L2)