diff options
| author | Bruce Momjian | 1999-10-30 21:22:07 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1999-10-30 21:22:07 +0000 |
| commit | f3b4c0df0c778b224c80dc0723884e732209f6e4 (patch) | |
| tree | 9a2fccd8fe769933fe4c819f3445ba06565c47bc | |
| parent | 8f292410bb88e84b4c300bf00f49342719a2427c (diff) | |
Update pgaccess for 0.98.
| -rw-r--r-- | src/bin/pgaccess/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bin/pgaccess/Makefile b/src/bin/pgaccess/Makefile index e4409fe613b..ff62a5623f2 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.1.4.2 1999/09/17 04:02:20 momjian Exp $ +# $Header: /cvsroot/pgsql/src/bin/pgaccess/Attic/Makefile,v 1.1.4.3 1999/10/30 21:22:07 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 |
