Thanks to visit codestin.com Credit goes to github.com
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 cf627ab commit 01523ceCopy full SHA for 01523ce
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.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 $
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