summaryrefslogtreecommitdiffstats
path: root/cpukit/Doxyfile.in
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-06-14 06:11:13 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-06-14 06:11:13 +0000
commitacc6a5433aa5db86b52c1e38d1a8470907ee5780 (patch)
treeb7e128923019f1d07a7f3fe89ccc01d2e47086ee /cpukit/Doxyfile.in
parent2010-06-14 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-acc6a5433aa5db86b52c1e38d1a8470907ee5780.tar.bz2
2010-06-14 Ralf Corsépius <ralf.corsepius@rtems.org>
* Doxygen.in: Use @PERL@ instead of hard-coded /usr/bin/perl.
Diffstat (limited to 'cpukit/Doxyfile.in')
-rw-r--r--cpukit/Doxyfile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/Doxyfile.in b/cpukit/Doxyfile.in
index c172810bd0..1de80b6f0a 100644
--- a/cpukit/Doxyfile.in
+++ b/cpukit/Doxyfile.in
@@ -1364,7 +1364,7 @@ EXTERNAL_GROUPS = YES
# The PERL_PATH should be the absolute path and name of the perl script
# interpreter (i.e. the result of `which perl').
-PERL_PATH = /usr/bin/perl
+PERL_PATH = @PERL@
#---------------------------------------------------------------------------
# Configuration options related to the dot tool