Skip to content

Commit dad34ba

Browse files
committed
Un-break createlang build.
1 parent 5214f09 commit dad34ba

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/bin/scripts/Makefile

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
66
# Portions Copyright (c) 1994, Regents of the University of California
77
#
8-
# $Header: /cvsroot/pgsql/src/bin/scripts/Makefile,v 1.17 2002/10/18 18:41:22 momjian Exp $
8+
# $Header: /cvsroot/pgsql/src/bin/scripts/Makefile,v 1.18 2002/10/18 19:35:28 tgl Exp $
99
#
1010
#-------------------------------------------------------------------------
1111

@@ -18,10 +18,11 @@ SCRIPTS := createdb dropdb createuser dropuser createlang droplang vacuumdb \
1818

1919
all: $(SCRIPTS)
2020

21-
# we don't need this now, but we may need it some day, bjm 2002-01-03
22-
#createlang: createlang.sh
23-
# cp $< $@
24-
# chmod a+x $@
21+
# we don't really need to edit createlang.sh at the moment,
22+
# but keep the old generation procedure in case we need it again.
23+
createlang: createlang.sh
24+
cp $< $@
25+
chmod a+x $@
2526

2627
install: all installdirs
2728
for i in $(filter-out createlang, $(SCRIPTS)); do \

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy