Fix typo.

This commit is contained in:
Michael R Sweet
2021-07-18 16:46:34 -04:00
parent b007156c01
commit 78c1da815e
4 changed files with 4 additions and 4 deletions

View File

@@ -88,7 +88,7 @@ command or as environment variables:
- `COMMONFLAGS`: options for the C compiler and linker (typically architecture
and optimization options, default is "-Os -g")
- `CPPFLAGS`: options for the C preprocessor (default "")
- `DESTDIR" and "DSTROOT`: specifies a root directory when installing
- `DESTDIR` and `DSTROOT`: specifies a root directory when installing
(default is "", specify only one)
- `DSOFLAGS`: options for the C compiler when linking the shared library
(default "")