X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=GNUmakefile.in;h=a87b71ef14735f0e64219bc9c2d7ca18cc88fab3;hp=3aea05268e3083ab71078583f1fd841d076c13e3;hb=749aab91b508847bb80deb1e782ac8531f5166b2;hpb=fd2c6b6d080f69a4b21c662e357899bc4f4f8cff diff --git a/GNUmakefile.in b/GNUmakefile.in index 3aea0526..a87b71ef 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -1,6 +1,6 @@ # Note: Makefile is built automatically from Makefile.in # -# $Id: GNUmakefile.in,v 1.216 2013/01/10 11:03:58 fabiankeil Exp $ +# $Id: GNUmakefile.in,v 1.218 2013/01/25 14:17:35 fabiankeil Exp $ # # Written by and Copyright (C) 2001-2013 members of the # Privoxy team. http://www.privoxy.org/ @@ -113,7 +113,7 @@ GZIP_PROG = gzip #ID = id -u ID = id LD = @CC@ -RM = rm -f +RM = rm CP = cp -f RMDIR = rmdir MKDIR = ./mkinstalldirs @@ -741,7 +741,8 @@ $(PROGRAM): $(OBJS) $(W32_FILES) clean: $(RM) a.out $(OBJS) $(W32_FILES) $(W32_INIS) $(PROGRAM) default.action \ - `find . -name TAGS -o -name tags | $(GREP) -v .git` config.base config.tmp \ + config.base config.tmp \ + `find . \( -name TAGS -o -name tags \) -and -not -path "./.git/refs/tags"` \ `find . -name "*.orig" -a -not -name rc.privoxy.orig` clean-editor-files: