mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Add missing "-I." flag when building pg_bsd_indent.
This is evidently not required by most compilers, but buildfarm member fairywren is unhappy without it. It looks like the meson infrastructure has this right already.
This commit is contained in:
@ -13,6 +13,8 @@ subdir = src/tools/pg_bsd_indent
|
||||
top_builddir = ../../..
|
||||
include $(top_builddir)/src/Makefile.global
|
||||
|
||||
override CPPFLAGS := -I$(srcdir) $(CPPFLAGS)
|
||||
|
||||
OBJS = \
|
||||
$(WIN32RES) \
|
||||
args.o \
|
||||
|
Reference in New Issue
Block a user