summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorJuergen Borleis <jbe@pengutronix.de>2020-03-30 09:07:01 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-04-01 16:48:27 +0200
commit70e95734668542ac638d5cb8a759ad402d678ff4 (patch)
treecd3b2b55e43a7a9def69593f787d87e40c92e294 /Makefile.in
parentf78373b3d18d37d4feb24862c49bac822667ed3b (diff)
downloadptxdist-70e95734668542ac638d5cb8a759ad402d678ff4.tar.gz
ptxdist-70e95734668542ac638d5cb8a759ad402d678ff4.tar.xz
Python handling was changes in the past, so remove a leftover as well
In commit a1a8045112e06d5b15869c60ce4b70056c020666 "remove hard dependency on Python2" the handling of the external Python component was changed and a substitution removed from configure.ac - but the 'Makefile.in' still uses the PYTHON symbol and creates a strange softlink now. Remove that. Signed-off-by: Juergen Borleis <jbe@pengutronix.de> Message-Id: <202003300907.01952.jbe@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 31651dbbd..88a32e7cf 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -65,7 +65,6 @@ environment:
@ln -sf @GNU_dirname@ "$(abs_srcdir)/bin/dirname"
@ln -sf @GNU_readlink@ "$(abs_srcdir)/bin/readlink"
@ln -sf @GNU_sort@ "$(abs_srcdir)/bin/sort"
- @ln -sf @PYTHON@ "$(abs_srcdir)/bin/python"
@ln -sf @SED@ "$(abs_srcdir)/bin/sed"
@ln -sf @GNU_xargs@ "$(abs_srcdir)/bin/xargs"
@ln -sf @BASH@ "$(abs_srcdir)/bin/bash"