diff options
Diffstat (limited to 'src/backend')
-rw-r--r-- | src/backend/Makefile | 8 | ||||
-rw-r--r-- | src/backend/jit/llvm/Makefile | 1 |
2 files changed, 0 insertions, 9 deletions
diff --git a/src/backend/Makefile b/src/backend/Makefile index 82a59eac2d7..1aaf1ec2f59 100644 --- a/src/backend/Makefile +++ b/src/backend/Makefile @@ -111,14 +111,6 @@ endif endif # aix -# Update the commonly used headers before building the subdirectories -$(SUBDIRS:%=%-recursive): | generated-headers - -# src/port needs a convenient way to force just errcodes.h to get built -submake-errcodes: $(top_builddir)/src/include/utils/errcodes.h - -.PHONY: submake-errcodes - $(top_builddir)/src/port/libpgport_srv.a: | submake-libpgport diff --git a/src/backend/jit/llvm/Makefile b/src/backend/jit/llvm/Makefile index d7a36d73717..e2db4cea65c 100644 --- a/src/backend/jit/llvm/Makefile +++ b/src/backend/jit/llvm/Makefile @@ -27,7 +27,6 @@ CFLAGS += $(LLVM_CFLAGS) CXXFLAGS += $(LLVM_CXXFLAGS) override CPPFLAGS := $(LLVM_CPPFLAGS) $(CPPFLAGS) SHLIB_LINK += $(LLVM_LIBS) -SHLIB_PREREQS += submake-generated-headers # Because this module includes C++ files, we need to use a C++ # compiler for linking. Makefile.shlib uses $(COMPILER) to build |