summaryrefslogtreecommitdiff
path: root/build/apr_rules.mk.in
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2004-06-30 14:06:21 +0000
committerJoe Orton <jorton@apache.org>2004-06-30 14:06:21 +0000
commit505deb611395b7e2a61e30d404e76bbd43ff9f80 (patch)
treebfd52d4d928c66e58598b5ffe8b816f19f569107 /build/apr_rules.mk.in
parent86384c051abbea7713b6c1755c457ed260fc8f02 (diff)
downloadapr-505deb611395b7e2a61e30d404e76bbd43ff9f80.tar.gz
* build/apr_rules.mk.in: Define APR_MKEXPORT and APR_MKVAREXPORT to
point at each of the awk scripts (MKEXPORT wasn't used and pointed at the wrong filename). * Makefile.in (install): Make the installed apr_rules.mk point at the installed libtool and AWK scripts. (exports.c, export_vars.c): Use new APR_*EXPORT macros. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@65249 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/apr_rules.mk.in')
-rw-r--r--build/apr_rules.mk.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/build/apr_rules.mk.in b/build/apr_rules.mk.in
index 661c1bf53..cac7e8749 100644
--- a/build/apr_rules.mk.in
+++ b/build/apr_rules.mk.in
@@ -91,8 +91,9 @@ LT_COMPILE = @lt_compile@
LINK = @link@
-MKEXPORT = $(AWK) -f $(apr_builders)/make_export.awk
-MKDEP = @MKDEP@
+APR_MKEXPORT = $(AWK) -f $(apr_builders)/make_exports.awk
+APR_MKVAREXPORT = $(AWK) -f $(apr_builders)/make_var_export.awk
+MKDEP = @MKDEP@
#
# Standard build rules