mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
Fix VPATH builds, broken by my recent commit to speed up tuplesorting.
The relevant commit is 337b6f5ecf
.
This commit is contained in:
parent
7f951474dc
commit
edec8c8e00
@ -12,6 +12,8 @@ subdir = src/backend/utils/sort
|
|||||||
top_builddir = ../../../..
|
top_builddir = ../../../..
|
||||||
include $(top_builddir)/src/Makefile.global
|
include $(top_builddir)/src/Makefile.global
|
||||||
|
|
||||||
|
override CPPFLAGS := -I. -I$(srcdir) $(CPPFLAGS)
|
||||||
|
|
||||||
OBJS = logtape.o sortsupport.o tuplesort.o tuplestore.o
|
OBJS = logtape.o sortsupport.o tuplesort.o tuplestore.o
|
||||||
|
|
||||||
tuplesort.o: qsort_tuple.c
|
tuplesort.o: qsort_tuple.c
|
||||||
|
Loading…
Reference in New Issue
Block a user