Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03a1cae commit b4a3b64Copy full SHA for b4a3b64
src/backend/Makefile
@@ -4,16 +4,16 @@
4
#
5
# Copyright (c) 1994, Regents of the University of California
6
7
-# $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.60 2000/07/13 16:06:42 petere Exp $
+# $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.61 2000/07/14 15:30:56 thomas Exp $
8
9
#-------------------------------------------------------------------------
10
11
subdir = src/backend
12
top_builddir = ../..
13
include ../Makefile.global
14
15
-DIRS := access bootstrap catalog commands executor lib libpq \
16
- main parser nodes optimizer port postmaster regex rewrite \
+DIRS := access bootstrap catalog parser commands executor lib libpq \
+ main nodes optimizer port postmaster regex rewrite \
17
storage tcop utils
18
19
ifdef TIOGA
0 commit comments