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 8be6745 commit 4ecd278Copy full SHA for 4ecd278
src/bin/scripts/Makefile
@@ -5,7 +5,7 @@
5
# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
6
# Portions Copyright (c) 1994, Regents of the University of California
7
#
8
-# $Header: /cvsroot/pgsql/src/bin/scripts/Makefile,v 1.13 2001/05/23 22:00:43 petere Exp $
+# $Header: /cvsroot/pgsql/src/bin/scripts/Makefile,v 1.14 2002/01/03 08:38:00 momjian Exp $
9
10
#-------------------------------------------------------------------------
11
@@ -17,6 +17,7 @@ SCRIPTS := createdb dropdb createuser dropuser createlang droplang vacuumdb
17
18
all: $(SCRIPTS)
19
20
+# we don't need this now, but we may need it some day, bjm 2002-01-03
21
createlang: createlang.sh
22
cp $< $@
23
chmod a+x $@
0 commit comments