Commit edec8c8e authored by Robert Haas's avatar Robert Haas

Fix VPATH builds, broken by my recent commit to speed up tuplesorting.

The relevant commit is 337b6f5e.
parent 7f951474
......@@ -12,6 +12,8 @@ subdir = src/backend/utils/sort
top_builddir = ../../../..
include $(top_builddir)/src/Makefile.global
override CPPFLAGS := -I. -I$(srcdir) $(CPPFLAGS)
OBJS = logtape.o sortsupport.o tuplesort.o tuplestore.o
tuplesort.o: qsort_tuple.c
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment