aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.global.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.global.in')
-rw-r--r--src/Makefile.global.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile.global.in b/src/Makefile.global.in
index 6f7de20527c..8b3f8c24e08 100644
--- a/src/Makefile.global.in
+++ b/src/Makefile.global.in
@@ -76,8 +76,6 @@ VPATH = $(srcdir)
endif
endif # not PGXS
-vpathsearch = `for f in $(addsuffix /$(1),$(subst :, ,. $(VPATH))); do test -r $$f && echo $$f && break; done`
-
##########################################################################
#