From: Andre Noll Date: Mon, 7 Sep 2015 22:39:40 +0000 (+0200) Subject: build: maintainer-clean: Kill web_sync remove command. X-Git-Tag: v0.5.6~101 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=6a22b3923f75436aaf84135bd397ab82f22bc09f 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. --- 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)