We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f29241 commit f3b4c0dCopy full SHA for f3b4c0d
src/bin/pgaccess/Makefile
@@ -6,7 +6,7 @@
6
# Copyright (c) 1994, Regents of the University of California
7
#
8
# IDENTIFICATION
9
-# $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 $
10
11
#-------------------------------------------------------------------------
12
@@ -17,5 +17,5 @@ include $(SRCDIR)/Makefile.global
17
all clean:
18
19
.PHONY: install
20
-install: pgaccess.tcl
21
- $(INSTALL) $(INSTL_EXE_OPTS) pgaccess.tcl $(BINDIR)/pgaccess
+install:
+ $(INSTALL) $(INSTL_EXE_OPTS) pgaccess $(BINDIR)/pgaccess
0 commit comments