From 0c85fd51ad95136d374ff7fb7e3f41e2aeaf1a52 Mon Sep 17 00:00:00 2001 From: Palmer Dabbelt Date: Tue, 31 May 2016 17:18:32 -0700 Subject: [PATCH] Fix builds that aren't in the top-level directory I broke this with the binutils submodule. --- Makefile.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.in b/Makefile.in index 85bf999c..67377330 100644 --- a/Makefile.in +++ b/Makefile.in @@ -116,10 +116,10 @@ $(addprefix $(srcdir)/patches/,$(PACKAGES)): $(srcdir)/patches/%: src/% patches: $(addprefix $(srcdir)/patches/,$(PACKAGES)) -stamps/build-binutils-linux: riscv-binutils-gdb +stamps/build-binutils-linux: $(srcdir)/riscv-binutils-gdb rm -rf $@ $(notdir $@) mkdir $(notdir $@) - cd $(notdir $@) && $(CURDIR)/$