You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-cvs@httpd.apache.org by pg...@apache.org on 2006/07/08 12:00:11 UTC

svn commit: r420093 - /httpd/apreq/trunk/module/Makefile.am

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 =  `@APREQ_CONFIG@ --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