mirror of
https://github.com/postgres/postgres.git
synced 2025-04-27 22:56:53 +03:00
Remove recipe.o from Makefile ... dead code not quite dead enough,
it seems.
This commit is contained in:
parent
1e006ba2ad
commit
98f739454c
@ -4,7 +4,7 @@
|
|||||||
# Makefile for commands
|
# Makefile for commands
|
||||||
#
|
#
|
||||||
# IDENTIFICATION
|
# 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 \
|
OBJS = async.o creatinh.o command.o copy.o indexcmds.o define.o \
|
||||||
remove.o rename.o vacuum.o view.o cluster.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
|
dbcommands.o variable.o
|
||||||
|
|
||||||
all: SUBSYS.o
|
all: SUBSYS.o
|
||||||
|
Loading…
x
Reference in New Issue
Block a user