diff options
author | Tristan Gingold <tgingold@free.fr> | 2023-01-22 17:44:22 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2023-01-22 17:44:22 +0100 |
commit | 74d3b062b30b42a5f54e97bc4db344ecd7febe81 (patch) | |
tree | d7abd4b14f50f46cd5b20d9b45f7b9e4467ed1c4 | |
parent | 55dfa111c5eeedc0ffc59282992169ad7bf571af (diff) | |
download | ghdl-74d3b062b30b42a5f54e97bc4db344ecd7febe81.tar.gz ghdl-74d3b062b30b42a5f54e97bc4db344ecd7febe81.tar.bz2 ghdl-74d3b062b30b42a5f54e97bc4db344ecd7febe81.zip |
Makefile.in: remove unused recipe
-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 |