Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b4a3b64

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 parent 03a1cae commit b4a3b64

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-
main parser nodes optimizer port postmaster regex rewrite \
15+
DIRS := access bootstrap catalog parser commands executor lib libpq \
16+
main nodes optimizer port postmaster regex rewrite \
1717
storage tcop utils
1818

1919
ifdef TIOGA

0 commit comments

Comments
 (0)