1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-11-24 08:52:38 +02:00

Makefile: minor fix

This commit is contained in:
Grigory Smolkin 2017-10-27 15:32:24 +03:00
parent f5f4a65415
commit bd34f4ec51

View File

@ -24,7 +24,9 @@ include $(top_srcdir)/contrib/contrib-global.mk
endif # USE_PGXS
ifeq ($(top_srcdir),../..)
srchome=$(top_srcdir)/..
ifeq ($(LN_S),ln -s)
srchome=$(top_srcdir)/..
endif
else
srchome=$(top_srcdir)
endif