Commit 98f73945 authored by Tom Lane's avatar Tom Lane

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

it seems.
parent 1e006ba2
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment