Author: fuankg
Date: Mon Aug 6 16:25:15 2007
New Revision: 563333
URL: http://svn.apache.org/viewvc?view=rev&rev=563333
Log:
require apr build which is needed for prebuild target.
Modified:
httpd/httpd/trunk/build/NWGNUmakefile
Modified: httpd/httpd/trunk/build/NWGNUmakefile
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/build/NWGNUmakefile?view=diff&rev=563333&r1=563332&r2=563333
==============================================================================
--- httpd/httpd/trunk/build/NWGNUmakefile (original)
+++ httpd/httpd/trunk/build/NWGNUmakefile Mon Aug 6 16:25:15 2007
@@ -3,6 +3,7 @@
#
SUBDIRS = \
+ $(APR_WORK)\build \
$(EOLIST)
#
|