summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
-rw-r--r--Makefile.fpc3
2 files changed, 2 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index aed7250606..a53f685d60 100644
--- a/Makefile
+++ b/Makefile
@@ -2850,8 +2850,7 @@ override TARGET_DIRS:=$(wildcard $(TARGET_DIRS))
help:
@$(ECHO)
@$(ECHO) Targets
- @$(ECHO) all Alias for build
- @$(ECHO) build Build a new compiler and all packages
+ @$(ECHO) all Build a new compiler and all packages
@$(ECHO) install Install newly build files
@$(ECHO) zipinstall Create zip/tar of installed files
@$(ECHO) singlezipinstall Alias for zipinstall
diff --git a/Makefile.fpc b/Makefile.fpc
index 30fd3c20f3..2cbe32ec52 100644
--- a/Makefile.fpc
+++ b/Makefile.fpc
@@ -232,8 +232,7 @@ override TARGET_DIRS:=$(wildcard $(TARGET_DIRS))
help:
@$(ECHO)
@$(ECHO) Targets
- @$(ECHO) all Alias for build
- @$(ECHO) build Build a new compiler and all packages
+ @$(ECHO) all Build a new compiler and all packages
@$(ECHO) install Install newly build files
@$(ECHO) zipinstall Create zip/tar of installed files
@$(ECHO) singlezipinstall Alias for zipinstall