diff options
author | William Deegan <bill@baddogconsulting.com> | 2024-11-16 21:20:19 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2024-11-16 21:20:19 (GMT) |
commit | d4bc7a03c4b05a75e0ef83a9b653fa80dfac9daf (patch) | |
tree | 8a981f1a21fce99a318004a8ffee6ac19f43aa3e | |
parent | 0921270c14a7e13c01cda527650671b1c751806b (diff) | |
download | SCons-d4bc7a03c4b05a75e0ef83a9b653fa80dfac9daf.zip SCons-d4bc7a03c4b05a75e0ef83a9b653fa80dfac9daf.tar.gz SCons-d4bc7a03c4b05a75e0ef83a9b653fa80dfac9daf.tar.bz2 |
[ci skip] change look-up and look up -> lookup
-rw-r--r-- | SCons/Tool/f77.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SCons/Tool/f77.xml b/SCons/Tool/f77.xml index 5420c62..e699298 100644 --- a/SCons/Tool/f77.xml +++ b/SCons/Tool/f77.xml @@ -169,7 +169,7 @@ and the directories will not be searched by the dependency scanner. Note: directory names in &cv-link-F77PATH; will be looked-up relative to the SConscript directory when they are used in a command. To force &scons; -to look-up a directory relative to the root of the source tree, use #: +to lookup a directory relative to the root of the source tree, use #: You only need to set &cv-link-F77PATH; if you need to define a specific include path for Fortran 77 files. You should normally set the &cv-link-FORTRANPATH; variable, @@ -183,7 +183,7 @@ env = Environment(F77PATH='#/include') </example_commands> <para> -The directory look-up can also be forced using the +The directory lookup can also be forced using the &Dir;() function: </para> |