mirror of
https://github.com/apache/httpd.git
synced 2025-08-01 07:26:57 +03:00
Use var for prelude so its possible to change it at one place.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1082811 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -170,7 +170,7 @@ FILES_nlm_objs = \
|
||||
# These will be added as a library command in the link.opt file.
|
||||
#
|
||||
FILES_nlm_libs = \
|
||||
libcpre.o \
|
||||
$(PRELUDE) \
|
||||
$(EOLIST)
|
||||
|
||||
#
|
||||
|
@ -170,7 +170,7 @@ FILES_nlm_objs = \
|
||||
# These will be added as a library command in the link.opt file.
|
||||
#
|
||||
FILES_nlm_libs = \
|
||||
libcpre.o \
|
||||
$(PRELUDE) \
|
||||
$(EOLIST)
|
||||
|
||||
#
|
||||
|
Reference in New Issue
Block a user