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

Commit f45b50c

Browse files
author
Bryan Henderson
committed
Add install dependency.
1 parent 4f1e59f commit f45b50c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bin/pg_id/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_id/Attic/Makefile,v 1.2 1996/11/11 13:41:08 bryanh Exp $
10+
# $Header: /cvsroot/pgsql/src/bin/pg_id/Attic/Makefile,v 1.3 1996/11/12 06:10:10 bryanh Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -25,7 +25,7 @@ pg_id: $(OBJS) $(LIBPQDIR)/libpq.a
2525
$(LIBPQDIR)/libpq.a:
2626
$(MAKE) -C $(LIBPQDIR) libpq.a
2727

28-
install:
28+
install: pg_id
2929
$(INSTALL) $(INSTL_EXE_OPTS) pg_id $(DESTDIR)$(BINDIR)/pg_id
3030

3131
depend dep:

0 commit comments

Comments
 (0)