File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
#
8
8
#
9
9
# 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 $
11
11
#
12
12
# -------------------------------------------------------------------------
13
13
@@ -26,7 +26,7 @@ pg_dump: $(OBJS) $(LIBPQDIR)/libpq.a
26
26
submake :
27
27
$(MAKE ) -C $(LIBPQDIR ) libpq.a
28
28
29
- install :
29
+ install : pg_dump
30
30
$(INSTALL ) $(INSTL_EXE_OPTS ) pg_dump $(DESTDIR )$(BINDIR ) /pg_dump
31
31
32
32
depend dep :
Original file line number Diff line number Diff line change 7
7
#
8
8
#
9
9
# 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 $
11
11
#
12
12
# -------------------------------------------------------------------------
13
13
@@ -72,7 +72,7 @@ psql: $(OBJS) $(LIBPQDIR)/libpq.a
72
72
submake :
73
73
$(MAKE ) -C $(LIBPQDIR ) libpq.a
74
74
75
- install :
75
+ install : psql
76
76
$(INSTALL ) $(INSTL_EXE_OPTS ) psql $(DESTDIR )$(BINDIR ) /psql
77
77
78
78
depend dep :
You can’t perform that action at this time.
0 commit comments