mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 00:32:24 +00:00
typo fix: oname should be ONAME
https://github.com/vishaps/voc/issues/97
This commit is contained in:
parent
8bd5388ffb
commit
3d62284b32
1 changed files with 1 additions and 1 deletions
|
|
@ -190,7 +190,7 @@ installable:
|
||||||
uninstall: installable
|
uninstall: installable
|
||||||
@printf '\nUninstalling from \"$(INSTALLDIR)\"\n'
|
@printf '\nUninstalling from \"$(INSTALLDIR)\"\n'
|
||||||
rm -rf "$(INSTALLDIR)"
|
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
|
# install: Use only after a successful full build. Installs the compiler
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue