diff options
| author | Bruce Momjian <bruce@momjian.us> | 2000-10-10 22:01:55 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2000-10-10 22:01:55 +0000 |
| commit | 78f69862af7dce95eaca1d12c06bc387cd297d50 (patch) | |
| tree | 9673f9a40fb46acbd875a66dc86be46ad167c679 /src/bin/Makefile | |
| parent | 4d76a801c6394f7964848dc5ed7e61148489ff0b (diff) | |
| download | postgresql-78f69862af7dce95eaca1d12c06bc387cd297d50.tar.gz | |
Rename pg-config to pg_config to be consistent with other pg commands.
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 e635f5f4ce..e88dff2ab6 100644 --- a/src/bin/Makefile +++ b/src/bin/Makefile @@ -4,7 +4,7 @@ # # Copyright (c) 1994, Regents of the University of California # -# $Header: /cvsroot/pgsql/src/bin/Makefile,v 1.32 2000/09/25 22:22:54 petere Exp $ +# $Header: /cvsroot/pgsql/src/bin/Makefile,v 1.33 2000/10/10 22:01:52 momjian Exp $ # #------------------------------------------------------------------------- @@ -13,7 +13,7 @@ top_builddir = ../.. include $(top_builddir)/src/Makefile.global DIRS := initdb initlocation ipcclean pg_ctl pg_dump pg_id \ - pg_passwd psql scripts pg-config + pg_passwd psql scripts pg_config ifdef MULTIBYTE DIRS += pg_encoding |
