We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent41fa9e9 commit6949fc0Copy full SHA for 6949fc0
src/bin/Makefile
@@ -5,7 +5,7 @@
5
# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
6
# Portions Copyright (c) 1994, Regents of the University of California
7
#
8
-# $PostgreSQL: pgsql/src/bin/Makefile,v 1.42 2004/04/20 00:33:47 pgsql Exp $
+# $PostgreSQL: pgsql/src/bin/Makefile,v 1.43 2004/04/20 00:40:06 momjian Exp $
9
10
#-------------------------------------------------------------------------
11
@@ -14,8 +14,7 @@ top_builddir = ../..
14
include$(top_builddir)/src/Makefile.global
15
16
DIRS := initdb initlocation ipcclean pg_ctl pg_dump\
17
-psql scripts pg_config pg_controldata pg_resetxlog\
18
-pg_encoding
+psql scripts pg_config pg_controldata pg_resetxlog
19
20
allinstallinstalldirsuninstalldependdistprep:
21
@for dirin$(DIRS);do$(MAKE) -C$$dir$@||exit;done
src/bin/pg_encoding/Makefile
src/bin/pg_encoding/pg_encoding.c