Skip to content

Commit 681343a

Browse files
committed
No need compile command/version.c anymore.
1 parent 173c555 commit 681343a

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.15 1998/07/26 04:30:22 scrappy Exp $
7+
# $Header: /cvsroot/pgsql/src/backend/commands/Makefile,v 1.16 1998/10/08 18:37:14 momjian Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -18,7 +18,7 @@ CFLAGS+= $(MBFLAGS)
1818
endif
1919

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

0 commit comments

Comments
 (0)