From: oes <oes@users.sourceforge.net>
Date: Thu, 4 Apr 2002 22:14:51 +0000 (+0000)
Subject: No longer rely on find honoring -iname
X-Git-Tag: v_2_9_14~210
X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/faq/%22https:/static/diff?a=commitdiff_plain;h=4da8ad215147312f885fd1f9158f580c7295062c;p=privoxy.git

No longer rely on find honoring -iname
---

diff --git a/GNUmakefile.in b/GNUmakefile.in
index c2ff8323..8ad9cd89 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -1,6 +1,6 @@
 # Note:  Makefile is built automatically from Makefile.in
 #
-# $Id: GNUmakefile.in,v 1.62 2002/04/04 20:49:50 swa Exp $
+# $Id: GNUmakefile.in,v 1.63 2002/04/04 21:06:22 swa Exp $
 #
 # Written by and Copyright (C) 2001 the SourceForge
 # Privoxy team. http://www.privoxy.org/
@@ -688,7 +688,7 @@ $(PROGRAM): $(OBJS) $(W32_FILES)
 	$(LD) $(LDFLAGS) -o $(PROGRAM) $(OBJS) $(LIBS)
 
 clean:
-	$(RM) a.out $(OBJS) $(W32_FILES) $(W32_INIS) $(PROGRAM) `find . -iname TAGS`
+	$(RM) a.out $(OBJS) $(W32_FILES) $(W32_INIS) $(PROGRAM) `find . -name TAGS -o -name tags` 
 
 tidy:
 	$(RM) `find . -name "*~" -o -name "#*#"`
@@ -732,6 +732,9 @@ install: all
 ## end:
 
 # $Log: GNUmakefile.in,v $
+# Revision 1.63  2002/04/04 21:06:22  swa
+# cosmetics.
+#
 # Revision 1.62  2002/04/04 20:49:50  swa
 # attempt to consolidate the
 # different dokbook versions.