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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user