We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f95147 commit edec8c8Copy full SHA for edec8c8
src/backend/utils/sort/Makefile
@@ -12,6 +12,8 @@ subdir = src/backend/utils/sort
12
top_builddir = ../../../..
13
include $(top_builddir)/src/Makefile.global
14
15
+override CPPFLAGS := -I. -I$(srcdir) $(CPPFLAGS)
16
+
17
OBJS = logtape.o sortsupport.o tuplesort.o tuplestore.o
18
19
tuplesort.o: qsort_tuple.c
0 commit comments