From 76d0604075ba81298aff371518b07e447c9aa22d Mon Sep 17 00:00:00 2001 From: 1138-4EB <1138-4EB@users.noreply.github.com> Date: Tue, 25 Jun 2019 06:10:24 +0200 Subject: fix(makefile): conf.py does not exist anymore (#856) --- Makefile.in | 1 - 1 file changed, 1 deletion(-) 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 ###################################### -- cgit v1.2.3