1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-10 17:42:29 +03:00

Move dbcommands.c to commands/. It should not be in the parser directory.

This commit is contained in:
Bruce Momjian
1997-11-24 05:21:03 +00:00
parent f7f2e18f8e
commit 36e3df0767
3 changed files with 5 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
# Makefile for parser
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/parser/Makefile,v 1.10 1997/11/20 23:22:05 momjian Exp $
# $Header: /cvsroot/pgsql/src/backend/parser/Makefile,v 1.11 1997/11/24 05:20:57 momjian Exp $
#
#-------------------------------------------------------------------------
@@ -22,7 +22,7 @@ CFLAGS+= -Wno-error
endif
OBJS= analyze.o catalog_utils.o dbcommands.o gram.o \
OBJS= analyze.o catalog_utils.o gram.o \
keywords.o parser.o parse_query.o scan.o scansup.o
all: SUBSYS.o