summaryrefslogtreecommitdiff
path: root/Makefile.fpc
diff options
context:
space:
mode:
authorflorian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2>2016-03-13 12:10:33 +0000
committerflorian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2>2016-03-13 12:10:33 +0000
commit26c508b582c25cab7248f2f559a4fe673e915cf8 (patch)
tree1cd3cac3b793030f499811de310869ba464e2360 /Makefile.fpc
parent4dd698c585523a4997d93395d241368c06929975 (diff)
downloadfpc-26c508b582c25cab7248f2f559a4fe673e915cf8.tar.gz
* remove documentation of the build target in the Makefile help screen as it overrides the version check
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@33230 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'Makefile.fpc')
-rw-r--r--Makefile.fpc3
1 files changed, 1 insertions, 2 deletions
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