diff options
author | 1138-4EB <1138-4EB@users.noreply.github.com> | 2019-06-25 06:10:24 +0200 |
---|---|---|
committer | tgingold <tgingold@users.noreply.github.com> | 2019-06-25 06:10:24 +0200 |
commit | 76d0604075ba81298aff371518b07e447c9aa22d (patch) | |
tree | f5cb8d49acec4b3d6083e932d76e9daf517cedda | |
parent | 5a423cc6742b02922533e9ac279677684322e655 (diff) | |
download | ghdl-76d0604075ba81298aff371518b07e447c9aa22d.tar.gz ghdl-76d0604075ba81298aff371518b07e447c9aa22d.tar.bz2 ghdl-76d0604075ba81298aff371518b07e447c9aa22d.zip |
fix(makefile): conf.py does not exist anymore (#856)
-rw-r--r-- | Makefile.in | 1 |
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 ###################################### |