aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorumarcor <unai.martinezcorral@ehu.eus>2020-12-28 20:35:32 +0100
committerumarcor <unai.martinezcorral@ehu.eus>2020-12-28 23:06:51 +0100
commit5220d76eb17d0a2184fc4f5142c702f8e6544dac (patch)
treec10a257dd2fc0fe487835d7a998cfd1377e4e837 /Makefile.in
parent1c912a59c73a1ecb4c8b4d5d16bfc097d63d8546 (diff)
downloadghdl-5220d76eb17d0a2184fc4f5142c702f8e6544dac.tar.gz
ghdl-5220d76eb17d0a2184fc4f5142c702f8e6544dac.tar.bz2
ghdl-5220d76eb17d0a2184fc4f5142c702f8e6544dac.zip
scripts: move 'pyGHDL/xtools' to 'scripts', update Makefiles and docs accordingly
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 #################################################