From 3d62284b3221b877cb2a9e2c413056e7e719956b Mon Sep 17 00:00:00 2001 From: Norayr Chilingarian Date: Mon, 27 Dec 2021 19:38:05 +0400 Subject: [PATCH] typo fix: oname should be ONAME https://github.com/vishaps/voc/issues/97 --- src/tools/make/oberon.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/make/oberon.mk b/src/tools/make/oberon.mk index 21068cba..dd1610bb 100644 --- a/src/tools/make/oberon.mk +++ b/src/tools/make/oberon.mk @@ -190,7 +190,7 @@ installable: uninstall: installable @printf '\nUninstalling from \"$(INSTALLDIR)\"\n' rm -rf "$(INSTALLDIR)" - @sh src/tools/make/addlibrary.sh uninstall "$(INSTALLDIR)/lib" $(oname) + @sh src/tools/make/addlibrary.sh uninstall "$(INSTALLDIR)/lib" $(ONAME) # install: Use only after a successful full build. Installs the compiler