aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/bin/pg_dump/Makefile4
-rw-r--r--src/bin/pg_id/Makefile4
-rw-r--r--src/bin/pg_version/Makefile4
3 files changed, 6 insertions, 6 deletions
diff --git a/src/bin/pg_dump/Makefile b/src/bin/pg_dump/Makefile
index 97d50c40843..26e1e9ca7f9 100644
--- a/src/bin/pg_dump/Makefile
+++ b/src/bin/pg_dump/Makefile
@@ -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
diff --git a/src/bin/pg_id/Makefile b/src/bin/pg_id/Makefile
index 1d9ddb8dc4d..22726581b63 100644
--- a/src/bin/pg_id/Makefile
+++ b/src/bin/pg_id/Makefile
@@ -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
diff --git a/src/bin/pg_version/Makefile b/src/bin/pg_version/Makefile
index b04b659a62e..3ca6111f9a2 100644
--- a/src/bin/pg_version/Makefile
+++ b/src/bin/pg_version/Makefile
@@ -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