Include main Makefile.global first so variables are not over-written.

This commit is contained in:
Bruce Momjian 1997-02-06 02:31:52 +00:00
parent d04500743b
commit e9e86aa59d
3 changed files with 6 additions and 6 deletions

View File

@ -7,13 +7,13 @@
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/bin/pg_dump/Makefile,v 1.12 1997/01/16 15:28:21 momjian Exp $
# $Header: /cvsroot/pgsql/src/bin/pg_dump/Makefile,v 1.13 1997/02/06 02:31:05 momjian Exp $
#
#-------------------------------------------------------------------------
SRCDIR= ../..
include ../Makefile.global
include ../../Makefile.global
include ../Makefile.global
OBJS= pg_dump.o common.o

View File

@ -7,13 +7,13 @@
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/bin/pg_id/Attic/Makefile,v 1.3 1996/11/12 06:10:10 bryanh Exp $
# $Header: /cvsroot/pgsql/src/bin/pg_id/Attic/Makefile,v 1.4 1997/02/06 02:31:25 momjian Exp $
#
#-------------------------------------------------------------------------
SRCDIR= ../..
include ../Makefile.global
include ../../Makefile.global
include ../Makefile.global
OBJS= pg_id.o

View File

@ -7,13 +7,13 @@
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/bin/pg_version/Attic/Makefile,v 1.2 1996/11/12 06:46:54 bryanh Exp $
# $Header: /cvsroot/pgsql/src/bin/pg_version/Attic/Makefile,v 1.3 1997/02/06 02:31:52 momjian Exp $
#
#-------------------------------------------------------------------------
SRCDIR= ../..
include ../Makefile.global
include ../../Makefile.global
include ../Makefile.global
OBJS= pg_version.o ../../utils/version.o