Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb4a3b64

Browse files
author
Thomas G. Lockhart
committed
Change order of builds to get parser before commands.
This will ensure building parse.h for commands, though this is also covered with other build rules.
1 parent03a1cae commitb4a3b64

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/backend/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
#
55
# Copyright (c) 1994, Regents of the University of California
66
#
7-
# $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.60 2000/07/13 16:06:42 petere Exp $
7+
# $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.61 2000/07/14 15:30:56 thomas Exp $
88
#
99
#-------------------------------------------------------------------------
1010

1111
subdir = src/backend
1212
top_builddir = ../..
1313
include ../Makefile.global
1414

15-
DIRS := access bootstrap catalog commands executor lib libpq\
16-
mainparsernodes optimizer port postmaster regex rewrite\
15+
DIRS := access bootstrap catalogparsercommands executor lib libpq\
16+
main nodes optimizer port postmaster regex rewrite\
1717
storage tcop utils
1818

1919
ifdefTIOGA

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp