From: Andres Freund Date: Wed, 6 Jul 2022 15:11:39 +0000 (-0700) Subject: Remove LLVM_CONFIG from Makefile.global.in X-Git-Tag: REL_16_BETA1~2338 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=7775c748db1257523ecbed1060dadb608bdff6de;p=postgresql.git Remove LLVM_CONFIG from Makefile.global.in LLVM_CONFIG is only used inside configure. Reviewed-By: Peter Eisentraut Discussion: https://postgr.es/m/0e81e45c-c9a5-e95b-2782-ab2dfec8bf57@enterprisedb.com --- diff --git a/src/Makefile.global.in b/src/Makefile.global.in index 051718e4fef..138d66ac006 100644 --- a/src/Makefile.global.in +++ b/src/Makefile.global.in @@ -226,7 +226,6 @@ TCL_SHLIB_LD_LIBS = @TCL_SHLIB_LD_LIBS@ PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ PTHREAD_LIBS = @PTHREAD_LIBS@ -LLVM_CONFIG = @LLVM_CONFIG@ LLVM_BINPATH = @LLVM_BINPATH@ CLANG = @CLANG@ BITCODE_CFLAGS = @BITCODE_CFLAGS@