Skip to content

Commit 1f4a587

Browse files
committed
Remove another target I forgot during the refactoring
1 parent 0474dcb commit 1f4a587

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/backend/access/common/Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Makefile for access/common
55
#
66
# IDENTIFICATION
7-
# $PostgreSQL: pgsql/src/backend/access/common/Makefile,v 1.24 2008/02/19 10:30:06 petere Exp $
7+
# $PostgreSQL: pgsql/src/backend/access/common/Makefile,v 1.25 2008/02/19 11:49:12 petere Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -14,6 +14,4 @@ include $(top_builddir)/src/Makefile.global
1414

1515
OBJS = heaptuple.o indextuple.o printtup.o reloptions.o scankey.o tupdesc.o
1616

17-
all: SUBSYS.o
18-
1917
include $(top_srcdir)/src/backend/common.mk

0 commit comments

Comments
 (0)