diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2002-09-03 21:45:44 +0000 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2002-09-03 21:45:44 +0000 |
| commit | 77f7763b55a89254f3b4be1f92402188bf2575b8 (patch) | |
| tree | 95af88df05d1251ee25dd28cf826c664748daa14 /src/bin/Makefile | |
| parent | 86f27321e25b5a1a7b6c78400e54f063525b07d5 (diff) | |
| download | postgresql-77f7763b55a89254f3b4be1f92402188bf2575b8.tar.gz | |
Remove all traces of multibyte and locale options. Clean up comments
referring to "multibyte" where it really means character encoding.
Diffstat (limited to 'src/bin/Makefile')
| -rw-r--r-- | src/bin/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/bin/Makefile b/src/bin/Makefile index e0304b3709..3035f610a3 100644 --- a/src/bin/Makefile +++ b/src/bin/Makefile @@ -5,7 +5,7 @@ # Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group # Portions Copyright (c) 1994, Regents of the University of California # -# $Header: /cvsroot/pgsql/src/bin/Makefile,v 1.38 2002/08/30 18:14:21 momjian Exp $ +# $Header: /cvsroot/pgsql/src/bin/Makefile,v 1.39 2002/09/03 21:45:43 petere Exp $ # #------------------------------------------------------------------------- @@ -14,11 +14,8 @@ top_builddir = ../.. include $(top_builddir)/src/Makefile.global DIRS := initdb initlocation ipcclean pg_ctl pg_dump pg_id \ - psql scripts pg_config pg_controldata pg_resetxlog - -ifdef MULTIBYTE -DIRS += pg_encoding -endif + psql scripts pg_config pg_controldata pg_resetxlog \ + pg_encoding ifeq ($(with_tcl), yes) DIRS += pgtclsh |
