You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by so...@apache.org on 2005/09/19 20:46:24 UTC

svn commit: r290233 - /httpd/mod_smtpd/trunk/modules/vrfy/Makefile

Author: soc-rian
Date: Mon Sep 19 11:46:22 2005
New Revision: 290233

URL: http://svn.apache.org/viewcvs?rev=290233&view=rev
Log:
regex had to be removed, it requires a more complex Makefile since it only
bulids with >= 2.1

Modified:
    httpd/mod_smtpd/trunk/modules/vrfy/Makefile

Modified: httpd/mod_smtpd/trunk/modules/vrfy/Makefile
URL: http://svn.apache.org/viewcvs/httpd/mod_smtpd/trunk/modules/vrfy/Makefile?rev=290233&r1=290232&r2=290233&view=diff
==============================================================================
--- httpd/mod_smtpd/trunk/modules/vrfy/Makefile (original)
+++ httpd/mod_smtpd/trunk/modules/vrfy/Makefile Mon Sep 19 11:46:22 2005
@@ -1,4 +1,4 @@
-BUILD_SUBDIRS=regex
+BUILD_SUBDIRS=
 
 all: make-all-subdir
 clean: make-clean-subdir