diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2020-11-25 03:39:39 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2020-11-25 03:39:39 +0000 |
commit | 8cfb6f871d552ea3f740d8a42a2f129e2d2e1c71 (patch) | |
tree | ed596f01cbcca904bd4cc0092dde6110646581bd | |
parent | - Change lazarus default to 2.0.10 (diff) |
- Fix typo
Notes
Notes:
svn path=/head/; revision=556266
-rw-r--r-- | lang/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index ed74d009dedd..f9c1ca5a38a0 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -79,7 +79,7 @@ SUBDIR += fpc-rexx SUBDIR += fpc-rtl-console SUBDIR += fpc-rtl-extra - SUBDIR += fpc-rtl-generic + SUBDIR += fpc-rtl-generics SUBDIR += fpc-rtl-objpas SUBDIR += fpc-rtl-unicode SUBDIR += fpc-source |