From: Andre Noll Date: Thu, 1 Nov 2007 15:11:33 +0000 (+0100) Subject: Makefile.in: web_sync is a directory. X-Git-Tag: v0.3.0~155 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=d85fefbcfb934e254ef685a38fab3f97891b1eb7 Makefile.in: web_sync is a directory. Use rm -rf to get rid of it. --- diff --git a/Makefile.in b/Makefile.in index 77e69a69..6b76b075 100644 --- a/Makefile.in +++ b/Makefile.in @@ -222,8 +222,8 @@ maintainer-clean: distclean rm -f $(gengetopts_c) $(gengetopts_h) *.tar.bz2 \ config.h configure \ config.h.in skencil/*.pdf skencil/*.ps - rm -f *_command_list.* *.man man/man1/* web_sync - + rm -f *_command_list.* *.man man/man1/* + rm -rf web_sync install: all man mkdir -p $(BINDIR) $(MANDIR)