mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
Remove another target I forgot during the refactoring
This commit is contained in:
parent
0474dcb608
commit
1f4a587fc3
1 changed files with 1 additions and 3 deletions
|
|
@ -4,7 +4,7 @@
|
|||
# Makefile for access/common
|
||||
#
|
||||
# IDENTIFICATION
|
||||
# $PostgreSQL: pgsql/src/backend/access/common/Makefile,v 1.24 2008/02/19 10:30:06 petere Exp $
|
||||
# $PostgreSQL: pgsql/src/backend/access/common/Makefile,v 1.25 2008/02/19 11:49:12 petere Exp $
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
|
||||
|
|
@ -14,6 +14,4 @@ include $(top_builddir)/src/Makefile.global
|
|||
|
||||
OBJS = heaptuple.o indextuple.o printtup.o reloptions.o scankey.o tupdesc.o
|
||||
|
||||
all: SUBSYS.o
|
||||
|
||||
include $(top_srcdir)/src/backend/common.mk
|
||||
|
|
|
|||
Loading…
Reference in a new issue