aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/psql/Makefile')
-rw-r--r--src/bin/psql/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/psql/Makefile b/src/bin/psql/Makefile
index e70d27a1678..3e6ec546973 100644
--- a/src/bin/psql/Makefile
+++ b/src/bin/psql/Makefile
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/bin/psql/Makefile,v 1.11 1996/11/11 13:41:36 bryanh Exp $
+# $Header: /cvsroot/pgsql/src/bin/psql/Makefile,v 1.12 1996/11/12 06:11:52 bryanh Exp $
#
#-------------------------------------------------------------------------
@@ -72,7 +72,7 @@ psql: $(OBJS) $(LIBPQDIR)/libpq.a
submake:
$(MAKE) -C $(LIBPQDIR) libpq.a
-install:
+install: psql
$(INSTALL) $(INSTL_EXE_OPTS) psql $(DESTDIR)$(BINDIR)/psql
depend dep: