aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorPatrick Lehmann <Patrick.Lehmann@plc2.de>2020-12-28 23:12:21 +0100
committerPatrick Lehmann <Patrick.Lehmann@plc2.de>2020-12-28 23:12:21 +0100
commit13fd5ccc6a8b9e59212b5493eb319c6f932eb906 (patch)
tree8ba15020049ae61917ca2c389a5b28feab6d6511 /Makefile.in
parentbfd38acc0c6f3f82823fa1a496e90ef1e64da997 (diff)
parent8da838eff60114746a5d81e7d0c21bb5e777546e (diff)
downloadghdl-13fd5ccc6a8b9e59212b5493eb319c6f932eb906.tar.gz
ghdl-13fd5ccc6a8b9e59212b5493eb319c6f932eb906.tar.bz2
ghdl-13fd5ccc6a8b9e59212b5493eb319c6f932eb906.zip
Merge remote-tracking branch 'github-umarcor/py/GHDL' into paebbels/pyGHDL
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 1ef92ac8d..c089789d5 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -457,7 +457,7 @@ uninstall.libghdl:
libghdl-py.tgz:
[ -d pythonb ] || $(MKDIR) pythonb
- $(CP) -r $(srcdir)/python/libghdl $(srcdir)/python/setup.py pythonb
+ $(CP) -r $(srcdir)/pyGHDL/libghdl $(srcdir)/setup.py pythonb
tar -zcvf $@ -C pythonb .
################ ghwdump #################################################