Commit e9e86aa5 authored by Bruce Momjian's avatar Bruce Momjian

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

parent d0450074
......@@ -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
......
......@@ -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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment