typo fix: oname should be ONAME

https://github.com/vishaps/voc/issues/97
This commit is contained in:
Norayr Chilingarian 2021-12-27 19:38:05 +04:00
parent 8bd5388ffb
commit 3d62284b32

View file

@ -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