From 6a22b3923f75436aaf84135bd397ab82f22bc09f Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Tue, 8 Sep 2015 00:39:40 +0200 Subject: [PATCH] build: maintainer-clean: Kill web_sync remove command. This directory was used by a private script, but these days the script creates its temporary files elsewhere. Hence it is no longer neccessary to remove the directory in the receipe of the maintainer-clean target. --- Makefile.real | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile.real b/Makefile.real index 29beddeb..1cfcfa9f 100644 --- a/Makefile.real +++ b/Makefile.real @@ -341,7 +341,6 @@ distclean: clean2 test-clean maintainer-clean: distclean @[ -z "$(Q)" ] || echo 'MAINTAINER-CLEAN' $(Q) rm -f *.tar.bz2 config.h configure config.h.in - $(Q) rm -rf web_sync install: all man $(MKDIR_P) $(bindir) $(mandir) -- 2.39.2