diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in index 6bff65f45..7ae10305f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -529,11 +529,6 @@ copy.libghdl.deps.so: uninstall.libghdl: $(RM) $(DESTDIR)$(libdir)/$(libghdl_name) -libghdl-py.tgz: - [ -d pythonb ] || $(MKDIR) pythonb - $(CP) -r $(srcdir)/pyGHDL/libghdl $(srcdir)/setup.py pythonb - tar -zcvf $@ -C pythonb . - ################ ghwdump ################################################# GHWDUMP_OBJS=ghwdump.o libghw.o |