summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2000-12-01 15:45:24 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2000-12-01 15:45:24 +0000
commit6574f40d0fc8172702d585621ed0720a2966769a (patch)
treed753d23b4499d0471c8736a6ab220433c9c33147 /Makefile.in
parentbd15aae18ded13155e8cbb82a08215e73dd295ff (diff)
downloadlibapr-6574f40d0fc8172702d585621ed0720a2966769a.tar.gz
When running make_export.pl from the build scripts, invoke the perl
interpreter explicitly so that the path coded in make_export.pl doesn't have to be correct. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60834 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index c9e436fd9..20a0c5a08 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -101,7 +101,7 @@ subdirs_distclean:
install: all
exports:
- ./helpers/make_export.pl -o ./apr.exports include/*.h
+ perl ./helpers/make_export.pl -o ./apr.exports include/*.h
docs:
./helpers/scandoc -i./helpers/default.pl -p./docs/ ./include/*.h