Author: pgollucci
Date: Sat Jul 8 03:00:10 2006
New Revision: 420093
URL: http://svn.apache.org/viewvc?rev=420093&view=rev
Log:
I haven't the foggies why MakeMaker will not put this directory (which is in
svn)
in the release tarball anymore, but this fixes it
Modified:
httpd/apreq/trunk/module/Makefile.am
Modified: httpd/apreq/trunk/module/Makefile.am
URL:
http://svn.apache.org/viewvc/httpd/apreq/trunk/module/Makefile.am?rev=420093&r1=420092&r2=420093&view=diff
==============================================================================
--- httpd/apreq/trunk/module/Makefile.am (original)
+++ httpd/apreq/trunk/module/Makefile.am Sat Jul 8 03:00:10 2006
@@ -7,6 +7,7 @@
test_cgi_LDFLAGS = [EMAIL PROTECTED]@ --link-libtool`
run_tests : t/TEST
+ if [ ! -d t/cgi-bin ]; then mkdir t/cgi-bin; fi
-cp -f test_cgi t/cgi-bin
-cp -Rp .libs t/cgi-bin
MAKE=$(MAKE) @PERL@ t/TEST