aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author1138-4EB <1138-4EB@users.noreply.github.com>2019-06-25 06:10:24 +0200
committertgingold <tgingold@users.noreply.github.com>2019-06-25 06:10:24 +0200
commit76d0604075ba81298aff371518b07e447c9aa22d (patch)
treef5cb8d49acec4b3d6083e932d76e9daf517cedda
parent5a423cc6742b02922533e9ac279677684322e655 (diff)
downloadghdl-76d0604075ba81298aff371518b07e447c9aa22d.tar.gz
ghdl-76d0604075ba81298aff371518b07e447c9aa22d.tar.bz2
ghdl-76d0604075ba81298aff371518b07e447c9aa22d.zip
fix(makefile): conf.py does not exist anymore (#856)
-rw-r--r--Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 5db4160c5..1deebcb96 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -402,7 +402,6 @@ uninstall.libghdl:
libghdl-py.tgz:
[ -d pythonb ] || $(MKDIR) pythonb
$(CP) -r $(srcdir)/python/libghdl $(srcdir)/python/setup.py pythonb
- $(CP) config.py pythonb/libghdl/
tar -zcvf $@ -C pythonb .
################ ghdlsynth library ######################################