File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 44# Makefile for storage/lmgr
55#
66# IDENTIFICATION
7- # $PostgreSQL: pgsql/src/backend/storage/lmgr/Makefile,v 1.20 2004/10/07 00:08:04 neilc Exp $
7+ # $PostgreSQL: pgsql/src/backend/storage/lmgr/Makefile,v 1.21 2006/04/28 22:54:31 momjian Exp $
88#
99# -------------------------------------------------------------------------
1010
@@ -19,9 +19,13 @@ all: SUBSYS.o
1919SUBSYS.o : $(OBJS )
2020 $(LD ) $(LDREL ) $(LDOUT ) SUBSYS.o $(OBJS )
2121
22+ ifdef TAS
23+ TASPATH = $(top_builddir ) /src/backend/port/tas.o
24+ endif
25+
2226s_lock_test : s_lock.c $(top_builddir ) /src/port/libpgport.a
2327 $(CC ) $(CPPFLAGS ) $(CFLAGS ) -DS_LOCK_TEST=1 $(srcdir ) /s_lock.c \
24- -L $(top_builddir ) /src/port -lpgport -o s_lock_test
28+ $( TASPATH ) -L $(top_builddir ) /src/port -lpgport -o s_lock_test
2529
2630check : s_lock_test
2731 ./s_lock_test
You can’t perform that action at this time.
0 commit comments