aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2017-05-17 05:53:36 +0200
committerTristan Gingold <tgingold@free.fr>2017-05-18 07:59:34 +0200
commit513bbe9ca27c2c3beaf315df8280586a21cae76a (patch)
tree849f550b4877436e0f11ba1fc7e10ea64a05736a /configure
parent8d71ed4eb2e0e4fb4081ff8f5f220fdd44a741e2 (diff)
downloadghdl-513bbe9ca27c2c3beaf315df8280586a21cae76a.tar.gz
ghdl-513bbe9ca27c2c3beaf315df8280586a21cae76a.tar.bz2
ghdl-513bbe9ca27c2c3beaf315df8280586a21cae76a.zip
Fix typo: paths.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure b/configure
index 2bb5ce7c1..042fc1080 100755
--- a/configure
+++ b/configure
@@ -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