Fix the handling of man pages on systems with an old version of Perl, once

and for all and forever.
This commit is contained in:
Gerald Pfeifer 2005-05-22 19:11:39 +00:00
parent 5dfbb203a1
commit 2c4ec331f7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135881

View File

@ -126,7 +126,7 @@ post-install:
# man pages can only be generated if Perl >= 5.6 is installed;
# fake them otherwise.
for mp in ${_MANPAGES}; do \
${TEST} -e ${mp} || ${TOUCH} ${TOUCH_FLAGS} ${mp}; \
${TEST} -e $${mp} || ${TOUCH} ${TOUCH_FLAGS} $${mp}; \
done
.for f in c++ g77 gcc g++ cpp gcov ${CONFIGURE_TARGET}-gcc ${CONFIGURE_TARGET}-g++ gcj gcjh gij jv-scan jcf-dump jv-convert jar grepjar rmic rmiregistry
# gij and jv-convert, for example, are not built on all platforms.