Skip to content

Commit 98f7394

Browse files
committed
Remove recipe.o from Makefile ... dead code not quite dead enough,
it seems.
1 parent 1e006ba commit 98f7394

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/commands/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Makefile for commands
55
#
66
# IDENTIFICATION
7-
# $Header: /cvsroot/pgsql/src/backend/commands/Makefile,v 1.17 1999/02/24 17:28:57 momjian Exp $
7+
# $Header: /cvsroot/pgsql/src/backend/commands/Makefile,v 1.18 1999/02/27 21:42:33 tgl Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -19,7 +19,7 @@ endif
1919

2020
OBJS = async.o creatinh.o command.o copy.o indexcmds.o define.o \
2121
remove.o rename.o vacuum.o view.o cluster.o \
22-
recipe.o explain.o sequence.o trigger.o user.o proclang.o \
22+
explain.o sequence.o trigger.o user.o proclang.o \
2323
dbcommands.o variable.o
2424

2525
all: SUBSYS.o

0 commit comments

Comments
 (0)