summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-10-02 21:15:34 +0000
committerng0 <ng0@n0.is>2019-10-02 21:15:34 +0000
commit952fca0fef5c2944a4beb244188e7a093df9b89c (patch)
treec61dedb446bf6e83958e2cda9ab58ab9352efaa4 /Makefile
parent6109a763346cd571964ac798428e2a2d127e3c1a (diff)
downloadbuild-common-952fca0fef5c2944a4beb244188e7a093df9b89c.tar.gz
build-common-952fca0fef5c2944a4beb244188e7a093df9b89c.tar.bz2
build-common-952fca0fef5c2944a4beb244188e7a093df9b89c.zip
attempt fix
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files 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