This will ensure building parse.h for commands, though this is also
covered with other build rules.
#
# Copyright (c) 1994, Regents of the University of California
#
-# $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 $
#
#-------------------------------------------------------------------------
top_builddir = ../..
include ../Makefile.global
-DIRS := access bootstrap catalog commands executor lib libpq \
- main parser nodes optimizer port postmaster regex rewrite \
+DIRS := access bootstrap catalog parser commands executor lib libpq \
+ main nodes optimizer port postmaster regex rewrite \
storage tcop utils
ifdef TIOGA