Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit bbe8908

Browse files
author
Bryan Henderson
committed
Add dependency for install.
1 parent f45b50c commit bbe8908

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/bin/pg_dump/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/bin/pg_dump/Makefile,v 1.7 1996/11/11 13:40:46 bryanh Exp $
10+
# $Header: /cvsroot/pgsql/src/bin/pg_dump/Makefile,v 1.8 1996/11/12 06:10:37 bryanh Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -26,7 +26,7 @@ pg_dump: $(OBJS) $(LIBPQDIR)/libpq.a
2626
submake:
2727
$(MAKE) -C $(LIBPQDIR) libpq.a
2828

29-
install:
29+
install: pg_dump
3030
$(INSTALL) $(INSTL_EXE_OPTS) pg_dump $(DESTDIR)$(BINDIR)/pg_dump
3131

3232
depend dep:

src/bin/psql/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/bin/psql/Makefile,v 1.11 1996/11/11 13:41:36 bryanh Exp $
10+
# $Header: /cvsroot/pgsql/src/bin/psql/Makefile,v 1.12 1996/11/12 06:11:52 bryanh Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -72,7 +72,7 @@ psql: $(OBJS) $(LIBPQDIR)/libpq.a
7272
submake:
7373
$(MAKE) -C $(LIBPQDIR) libpq.a
7474

75-
install:
75+
install: psql
7676
$(INSTALL) $(INSTL_EXE_OPTS) psql $(DESTDIR)$(BINDIR)/psql
7777

7878
depend dep:

0 commit comments

Comments
 (0)