diff options
| author | Bruce Momjian | 2014-02-12 22:29:19 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2014-02-12 22:29:19 +0000 |
| commit | 2fc80e8e8304913c8dd1090bb2976632c0f4a8c3 (patch) | |
| tree | 824545b2c226b2cde86b6621f4df242d2c36ddcd /src/interfaces | |
| parent | 2a2e40aaaad6d9d8a2c6a61817542a2d8c369935 (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/interfaces')
| -rw-r--r-- | src/interfaces/ecpg/Makefile | 2 | ||||
| -rw-r--r-- | src/interfaces/ecpg/preproc/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/ecpg/Makefile b/src/interfaces/ecpg/Makefile index e397210a711..b80de4e2475 100644 --- a/src/interfaces/ecpg/Makefile +++ b/src/interfaces/ecpg/Makefile @@ -4,7 +4,7 @@ include $(top_builddir)/src/Makefile.global SUBDIRS = include pgtypeslib ecpglib compatlib preproc -# Suppress parallel build of subdirectories to avoid a bug in gmake 3.82, cf +# Suppress parallel build of subdirectories to avoid a bug in GNU make 3.82, cf # http://savannah.gnu.org/bugs/?30653 # https://bugzilla.redhat.com/show_bug.cgi?id=835424 # (There are some other parallelism bugs in the subdirectory makefiles diff --git a/src/interfaces/ecpg/preproc/Makefile b/src/interfaces/ecpg/preproc/Makefile index b19e074bb26..eae8695ace7 100644 --- a/src/interfaces/ecpg/preproc/Makefile +++ b/src/interfaces/ecpg/preproc/Makefile @@ -30,7 +30,7 @@ OBJS= preproc.o type.o ecpg.o output.o parser.o \ keywords.o c_keywords.o ecpg_keywords.o kwlookup.o ../ecpglib/typename.o descriptor.o variable.o \ $(WIN32RES) -# Suppress parallel build to avoid a bug in gmake 3.82 +# Suppress parallel build to avoid a bug in GNU make 3.82 # (see comments in ../Makefile) ifeq ($(MAKE_VERSION),3.82) .NOTPARALLEL: |
