@ -34,7 +34,7 @@
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.36 1999/01/21 16:08:36 vadim Exp $
# $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.37 1999/02/23 07:24:02 thomas Exp $
#
#-------------------------------------------------------------------------
@ -42,7 +42,7 @@ SRCDIR = ..
i n c l u d e . . / M a k e f i l e . g l o b a l
DIRS = access bootstrap catalog commands executor lib libpq \
main nodes optimizer pars er port postmaster regex rewrite \
main parser nodes optimizer port postmaster regex rewrite \
storage tcop utils
i f d e f T I O G A
@ -115,7 +115,7 @@ postgres.o: $(OBJS)
# The following targets are specified in make commands that appear in the
# make files in our subdirectories.
parse.h :
parse.h : parser /parse .h
$( MAKE) -C parser parse.h
cp parser/parse.h .
@ -154,7 +154,7 @@ endif
# and (2) the parameters of a database system should be set at initdb time,
# not at postgres build time.
install : $( LIBDIR ) $( BINDIR ) $( HEADERDIR ) postgres $( POSTGRES_IMP ) fmgr .h \
install : $( LIBDIR ) $( BINDIR ) $( HEADERDIR ) postgres $( POSTGRES_IMP ) fmgr .h \
global1.bki.source local1_template1.bki.source \
global1.description local1_template1.description \
libpq/pg_hba.conf.sample optimizer/geqo/pg_geqo.sample