Remove recipe.o from Makefile ... dead code not quite dead enough,

it seems.
This commit is contained in:
Tom Lane 1999-02-27 21:42:33 +00:00
parent 1e006ba2ad
commit 98f739454c
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
# Makefile for commands
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/commands/Makefile,v 1.17 1999/02/24 17:28:57 momjian Exp $
# $Header: /cvsroot/pgsql/src/backend/commands/Makefile,v 1.18 1999/02/27 21:42:33 tgl Exp $
#
#-------------------------------------------------------------------------
@ -19,7 +19,7 @@ endif
OBJS = async.o creatinh.o command.o copy.o indexcmds.o define.o \
remove.o rename.o vacuum.o view.o cluster.o \
recipe.o explain.o sequence.o trigger.o user.o proclang.o \
explain.o sequence.o trigger.o user.o proclang.o \
dbcommands.o variable.o
all: SUBSYS.o