From 785e2e7fc976b4d4b4cc213296c1124f1f2a2a49 Mon Sep 17 00:00:00 2001 From: Bebbo Date: Sun, 17 Jun 2018 18:00:58 +0200 Subject: [PATCH] fix typo for update-fd2fsd --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6301d05..d85e48a 100644 --- a/Makefile +++ b/Makefile @@ -153,7 +153,7 @@ update-binutils: projects/binutils/configure fi cd projects/binutils && export DEPTH=16; while true; do echo "trying depth=$$DEPTH"; git pull --depth $$DEPTH && break; export DEPTH=$$(($$DEPTH+$$DEPTH));done -update-fd2fsd: projects/fd2sfd/configure +update-fd2sfd: projects/fd2sfd/configure cd projects/fd2sfd && git pull update-fd2pragma: projects/fd2pragma/makefile