Remove another target I forgot during the refactoring

This commit is contained in:
Peter Eisentraut 2008-02-19 11:49:12 +00:00
parent 0474dcb608
commit 1f4a587fc3

View File

@ -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