Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit fd0f452

Browse files
author
Vladimir Ershov
committed
fix make to detect version
1 parent c45adf5 commit fd0f452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ else
2424
subdir = contrib/pgpro_scheduler
2525
top_builddir = ../..
2626
include $(top_builddir)/src/Makefile.global
27-
include $(top_srcdir)/contrib/contrib-global.mk
2827
ifneq ($(MAJORVERSION),10)
2928
PG_CPPFLAGS = -D_WITH_MTM -I$(top_srcdir)/contrib/mmts -I$(libpq_srcdir)
3029
endif
30+
include $(top_srcdir)/contrib/contrib-global.mk
3131
endif
3232

3333
#check: temp-install

0 commit comments

Comments
 (0)