- Fix index build: temporary remove pre/post stuff.

Pointy Hat to: clement
This commit is contained in:
Clement Laforet 2007-07-22 12:43:00 +00:00
parent 13414c63e4
commit a1bae9f6e3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=196057

View file

@ -20,7 +20,7 @@
# is defined, APACHE_PORT will be set to www/apache20
#
.if !defined(_POSTMKINCLUDED) && !defined(Apache_Pre_Include)
#.if !defined(_POSTMKINCLUDED) && !defined(Apache_Pre_Include)
Apache_Pre_Include= bsd.apache.mk
@ -353,8 +353,8 @@ AP_EXTRAS+= -L ${AP_LIB}
.endif
.endif #!defined(_POSTMKINCLUDED) && !defined(Apache_Pre_Include)
.if defined(_POSTMKINCLUDED) && !defined(Apache_Post_Include)
#.endif #!defined(_POSTMKINCLUDED) && !defined(Apache_Pre_Include)
#.if defined(_POSTMKINCLUDED) && !defined(Apache_Post_Include)
Apache_Post_Include= bsd.apache.mk
.if defined(AP_PORT_IS_SERVER)
@ -425,4 +425,4 @@ do-install:
.endif
.endif
.endif
.endif # defined(_POSTMKINCLUDED) && !defined(Apache_Post_Include)
#.endif # defined(_POSTMKINCLUDED) && !defined(Apache_Post_Include)