projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0160ca
)
Add missing "-I." flag when building pg_bsd_indent.
author
Tom Lane
<
[email protected]
>
Thu, 23 Mar 2023 17:01:31 +0000
(13:01 -0400)
committer
Tom Lane
<
[email protected]
>
Thu, 23 Mar 2023 17:01:44 +0000
(13:01 -0400)
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.
src/tools/pg_bsd_indent/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/tools/pg_bsd_indent/Makefile
b/src/tools/pg_bsd_indent/Makefile
index b138bb8b12e42f8fc8b5910a3a419a59087b1ffb..d176ceb326e5248462a067b822d0c2b8b85947ff 100644
(file)
--- a/
src/tools/pg_bsd_indent/Makefile
+++ b/
src/tools/pg_bsd_indent/Makefile
@@
-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 \