summaryrefslogtreecommitdiff
path: root/src/timezone/Makefile
diff options
context:
space:
mode:
authorBruce Momjian2014-02-12 22:29:19 +0000
committerBruce Momjian2014-02-12 22:29:19 +0000
commit2fc80e8e8304913c8dd1090bb2976632c0f4a8c3 (patch)
tree824545b2c226b2cde86b6621f4df242d2c36ddcd /src/timezone/Makefile
parent2a2e40aaaad6d9d8a2c6a61817542a2d8c369935 (diff)
Rename 'gmake' to 'make' in docs and recommended commands
This simplifies the docs and makes it easier to cut/paste command lines.
Diffstat (limited to 'src/timezone/Makefile')
-rw-r--r--src/timezone/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/timezone/Makefile b/src/timezone/Makefile
index 6cfe95019b8..1e962a3e984 100644
--- a/src/timezone/Makefile
+++ b/src/timezone/Makefile
@@ -40,8 +40,8 @@ endif
# We could do this test in the action section:
# $(if $(ZIC),$(ZIC),./zic)
-# but gmake versions <= 3.78.1 or perhaps later have a bug
-# that causes a segfault; gmake 3.81 or later fixes this.
+# but GNU make versions <= 3.78.1 or perhaps later have a bug
+# that causes a segfault; GNU make 3.81 or later fixes this.
ifeq (,$(ZIC))
ZIC= ./zic
endif