From: hno <> Date: Thu, 19 Jul 2007 08:54:21 +0000 (+0000) Subject: Fix "make clean" in helpers/basic_auth/DB/ X-Git-Tag: SQUID_3_0_PRE7~159 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f23f2ce643cee65a6859f26f0e761461c8f12768;p=thirdparty%2Fsquid.git Fix "make clean" in helpers/basic_auth/DB/ --- diff --git a/helpers/basic_auth/DB/Makefile.am b/helpers/basic_auth/DB/Makefile.am index af79d0fa5a..e334cb7dc1 100644 --- a/helpers/basic_auth/DB/Makefile.am +++ b/helpers/basic_auth/DB/Makefile.am @@ -1,13 +1,13 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.am,v 1.2 2007/06/25 11:13:15 hno Exp $ +# $Id: Makefile.am,v 1.3 2007/07/19 02:54:21 hno Exp $ # # Uncomment and customize the following to suit your needs: # libexec_SCRIPTS = squid_db_auth -CLEANFILES = squid_db_auth +CLEANFILES = squid_db_auth squid_db_auth.8 do_subst = sed -e 's,[@]PERL[@],$(PERL),g' man_MANS = squid_db_auth.8 EXTRA_DIST = passwd.sql \