aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1999-10-30 21:21:50 +0000
committerBruce Momjian <bruce@momjian.us>1999-10-30 21:21:50 +0000
commit01523ce14ac8161329d9876dd0364cc44a56a008 (patch)
tree6d142d1f906edbc287e0c075dd2d6b8a4a0ef69f /src
parentcf627ab41ab9f6038a29ddd04dd0ff0ccdca714e (diff)
downloadpostgresql-01523ce14ac8161329d9876dd0364cc44a56a008.tar.gz
postgresql-01523ce14ac8161329d9876dd0364cc44a56a008.zip
Update pgaccess for 0.98.
Diffstat (limited to 'src')
-rw-r--r--src/bin/pgaccess/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bin/pgaccess/Makefile b/src/bin/pgaccess/Makefile
index 32a7698b3c6..16f6db2c0b8 100644
--- a/src/bin/pgaccess/Makefile
+++ b/src/bin/pgaccess/Makefile
@@ -6,7 +6,7 @@
# Copyright (c) 1994, Regents of the University of California
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/bin/pgaccess/Attic/Makefile,v 1.4 1999/10/30 16:39:48 momjian Exp $
+# $Header: /cvsroot/pgsql/src/bin/pgaccess/Attic/Makefile,v 1.5 1999/10/30 21:21:50 momjian Exp $
#
#-------------------------------------------------------------------------
@@ -17,5 +17,5 @@ include $(SRCDIR)/Makefile.global
all clean:
.PHONY: install
-install: pgaccess.tcl
- $(INSTALL) $(INSTL_EXE_OPTS) pgaccess.tcl $(BINDIR)/pgaccess
+install:
+ $(INSTALL) $(INSTL_EXE_OPTS) pgaccess $(BINDIR)/pgaccess