diff options
author | Tristan Gingold <tgingold@free.fr> | 2017-05-17 05:53:36 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2017-05-18 07:59:34 +0200 |
commit | 513bbe9ca27c2c3beaf315df8280586a21cae76a (patch) | |
tree | 849f550b4877436e0f11ba1fc7e10ea64a05736a /configure | |
parent | 8d71ed4eb2e0e4fb4081ff8f5f220fdd44a741e2 (diff) | |
download | ghdl-513bbe9ca27c2c3beaf315df8280586a21cae76a.tar.gz ghdl-513bbe9ca27c2c3beaf315df8280586a21cae76a.tar.bz2 ghdl-513bbe9ca27c2c3beaf315df8280586a21cae76a.zip |
Fix typo: paths.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -279,10 +279,10 @@ if test $backend = mcode; then } > elf_arch.ads fi -# Generate default_pathes.ads -# Also update dist/mcode/windows/default_pathes.ads if you change this +# Generate default_paths.ads +# Also update dist/windows/mcode/default_paths.ads if you change this # template. -echo "Generate default_pathes.ads" +echo "Generate default_paths.ads" curdir=`pwd` sed -e "s%@COMPILER_GCC@%ghdl1-gcc$EXEEXT%" \ -e "s%@COMPILER_DEBUG@%ghdl1-debug$EXEEXT%" \ @@ -293,6 +293,6 @@ sed -e "s%@COMPILER_GCC@%ghdl1-gcc$EXEEXT%" \ -e "s%@LIB_PREFIX@%$libdirsuffix%" \ -e "s%@SOEXT@%$SOEXT%" \ -e "s%@default_pie@%$default_pie%" \ - < $srcdir/src/ghdldrv/default_pathes.ads.in > default_pathes.ads + < $srcdir/src/ghdldrv/default_paths.ads.in > default_paths.ads exit 0 |