From: Rob Browning Date: Sat, 22 Aug 2020 16:46:41 +0000 (-0500) Subject: Makefile: remove vestigial checkout_info.py installation code X-Git-Tag: 0.31~4 X-Git-Url: https://arthur.barton.de/gitweb/?p=bup.git;a=commitdiff_plain;h=6bc0b683f97d5ba6a7d2c3f9fe86a0257acaf0d1 Makefile: remove vestigial checkout_info.py installation code Reported-by: Ralf Hemmecke Signed-off-by: Rob Browning --- diff --git a/Makefile b/Makefile index 43d6a00..4d0784b 100644 --- a/Makefile +++ b/Makefile @@ -143,9 +143,6 @@ install: all $(INSTALL) -pm 0644 lib/bup/source_info.py $(dest_libdir)/bup/; \ fi - - $(INSTALL) -pm 0644 lib/bup/checkout_info.py $(dest_libdir)/bup/; \ - config/config.h: config/config.vars lib/bup/_helpers$(SOEXT): \