mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-30 19:00:29 +08:00
Include main Makefile.global first so variables are not over-written.
This commit is contained in:
parent
d04500743b
commit
e9e86aa59d
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user