joes 2004/06/21 15:23:54
Modified: . Makefile.am Log: Ensure 'make clean' removes the apreq2-config script, following Bojan Smojver's recommendation. Revision Changes Path 1.25 +1 -0 httpd-apreq-2/Makefile.am Index: Makefile.am =================================================================== RCS file: /home/cvs/httpd-apreq-2/Makefile.am,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- Makefile.am 21 Jun 2004 21:51:26 -0000 1.24 +++ Makefile.am 21 Jun 2004 22:23:54 -0000 1.25 @@ -13,6 +13,7 @@ EUM=ExtUtils::Manifest bin_SCRIPTS = apreq2-config +CLEANFILES = $(bin_SCRIPTS) if BUILD_PERL_GLUE PERL_TEST = perl_test
