aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Tomsich <philipp.tomsich@vrull.eu>2023-06-19 11:39:15 -0700
committerGitHub <noreply@github.com>2023-06-19 11:39:15 -0700
commit6c9168c8df30d8345bf6f9de6e8118c3c3b77cee (patch)
tree6f45ea224e1c3b1993599fd5d64d8d12c1c359ce
parent7e50839c76dcb36cc28df04a1b6dd854d6af1a12 (diff)
parent270f408a7be7f574048e0431f172e13140d88045 (diff)
downloadriscv-isa-sim-6c9168c8df30d8345bf6f9de6e8118c3c3b77cee.zip
riscv-isa-sim-6c9168c8df30d8345bf6f9de6e8118c3c3b77cee.tar.gz
riscv-isa-sim-6c9168c8df30d8345bf6f9de6e8118c3c3b77cee.tar.bz2
Merge pull request #1386 from ptomsich/ptomsich/fix-typo-in-check
Makefile: fix type in check target
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 69f0405..01d7bac 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -319,7 +319,7 @@ $(2)_junk += \
all-$(1) : lib$(1).a $$($(2)_install_prog_exes)
check-$(1) : $$($(2)_test_outs)
- echo; grep -h -e'Unit Tests' -e'FAILED' -e'Segementation' $$^; echo
+ echo; grep -h -e'Unit Tests' -e'FAILED' -e'Segmentation' $$^; echo
clean-$(1) :
rm -rf $$($(2)_junk)