diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2002-08-17 04:03:36 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2002-08-17 04:03:36 +0000 |
| commit | cdfc54db6f498146617b8f29cbcd310a0ca42036 (patch) | |
| tree | 7b5127aaf9d110ecd9fcda6d56e864e479fd0373 /src/bin/Makefile | |
| parent | d383b734f8f47bf45ea2c074edcf2a450cf858e3 (diff) | |
| download | postgresql-cdfc54db6f498146617b8f29cbcd310a0ca42036.tar.gz | |
Fix broken Makefiles.
Diffstat (limited to 'src/bin/Makefile')
| -rw-r--r-- | src/bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/Makefile b/src/bin/Makefile index 1758d5fe39..ba82356380 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.36 2002/06/20 20:29:41 momjian Exp $ +# $Header: /cvsroot/pgsql/src/bin/Makefile,v 1.37 2002/08/17 04:03:35 tgl Exp $ # #------------------------------------------------------------------------- @@ -14,7 +14,7 @@ top_builddir = ../.. include $(top_builddir)/src/Makefile.global DIRS := initdb initlocation ipcclean pg_ctl pg_dump pg_id \ - psql scripts pg_config + psql scripts pg_config pg_controldata pg_resetxlog ifdef MULTIBYTE DIRS += pg_encoding |
