diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.global.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.global.in b/src/Makefile.global.in index 656cc9879a..876a896a1a 100644 --- a/src/Makefile.global.in +++ b/src/Makefile.global.in @@ -846,6 +846,10 @@ PREPROCESS.c = $(CC) $(CFLAGS) $(CPPFLAGS) -E PGXL_MSG_FILEID := 1 PGXL_MSG_MODULE := $(shell cat $(top_builddir)/MSGMODULES | grep -E "^subdir = $(subdir):" | cut -d ':' -f 2) +ifeq ($(PGXL_MSG_MODULE)no, no) +PGXL_MSG_MODULE := 255 +endif + ifeq ($(autodepend), yes) ifeq ($(GCC), yes) |