[Lazarus] Small grammar fix Laz makefile.fpc

Reinier Olislagers reinierolislagers at gmail.com
Mon Mar 4 10:42:50 CET 2013


Too small to raise a bug IMO.

Thanks,
Reinier
-------------- next part --------------
Index: Makefile.fpc
===================================================================
--- Makefile.fpc	(revision 40476)
+++ Makefile.fpc	(working copy)
@@ -54,7 +54,7 @@
 	@$(ECHO) "   all            build minimal IDE, lazbuild, startlazarus."
 	@$(ECHO) "   clean          deletes files that 'all' creates"
 	@$(ECHO) "   lazbuild       build lazbuild and lcl with nogui widgetset"
-	@$(ECHO) "   bigide         as all, except that the IDE is build with a lot of extra packages"
+	@$(ECHO) "   bigide         as all, except that the IDE is built with a lot of extra packages"
 	@$(ECHO) "   useride        calls lazbuild to build an IDE with your active profile, requires lazbuild"
 	@$(ECHO) "   install        installs Lazarus under $(LAZARUS_INSTALL_DIR)"
 	@$(ECHO) "                  You can change the directory by appending INSTALL_PREFIX=/some/path"
@@ -210,7 +210,7 @@
 all: lazbuild lcl basecomponents ide starter
 
 #-----------------------------------------------------------------------------
-# build lazarus,lcl,lazbuild,startlazarus with bigide packages for the LCL_PLATFORM
+# build lazarus,lcl,lazbuild,startlazarus,lhelp with bigide packages for the LCL_PLATFORM
 bigide: lazbuild lcl basecomponents bigidecomponents idebig starter lhelp
 
 #-----------------------------------------------------------------------------


More information about the Lazarus mailing list