commit 952fca0fef5c2944a4beb244188e7a093df9b89c parent 6109a763346cd571964ac798428e2a2d127e3c1a Author: ng0 <ng0@n0.is> Date: Wed, 2 Oct 2019 21:15:34 +0000 attempt fix Diffstat:
| M | Makefile | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile @@ -1,3 +1,3 @@ bootstrap: - ln -sf configure ../configure - ln -sf configure.py ../configure.py + cd .. && ln -sf build-scripts/configure configure + cd .. && ln -sf build-scripts/configure.py configure.py