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 65f694f commit 24edd34Copy full SHA for 24edd34
src/bin/initdb/Makefile
@@ -7,7 +7,7 @@
7
#
8
9
# IDENTIFICATION
10
-# $Header: /cvsroot/pgsql/src/bin/initdb/Makefile,v 1.14 1999/12/08 10:29:39 momjian Exp $
+# $Header: /cvsroot/pgsql/src/bin/initdb/Makefile,v 1.15 1999/12/18 02:48:53 momjian Exp $
11
12
#-------------------------------------------------------------------------
13
@@ -17,8 +17,7 @@ include ../../Makefile.global
17
all: initdb
18
19
initdb: initdb.sh
20
- sed -e 's/__MULTIBYTE__/$(MULTIBYTE)/' \
21
- initdb.sh > initdb
+ sed -e 's/__MULTIBYTE__/$(MULTIBYTE)/' initdb.sh > initdb
22
23
install: initdb
24
$(INSTALL) $(INSTL_EXE_OPTS) $+ $(BINDIR)
0 commit comments