From 952fca0fef5c2944a4beb244188e7a093df9b89c Mon Sep 17 00:00:00 2001 From: ng0 Date: Wed, 2 Oct 2019 21:15:34 +0000 Subject: attempt fix --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e7d236e..b7fd807 100644 --- 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 -- cgit v1.2.3