summaryrefslogtreecommitdiff
path: root/src/bin/Makefile
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2008-03-27 17:24:16 +0000
committerBruce Momjian <bruce@momjian.us>2008-03-27 17:24:16 +0000
commit39627b1ae680cba44f6e56ca5facec4fdbfe9495 (patch)
tree2cfd20b3135a4907a417e880123367a06cc3bff0 /src/bin/Makefile
parentfe11719c2e22ed736bdba0409c5f2a00dcfb2a3d (diff)
downloadpostgresql-39627b1ae680cba44f6e56ca5facec4fdbfe9495.tar.gz
Remove ipcclean utility command --- didn't work on all Unixes and on
Windows. Users should use their operating system tools instead.
Diffstat (limited to 'src/bin/Makefile')
-rw-r--r--src/bin/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/Makefile b/src/bin/Makefile
index 5638935127..2dbd93ec51 100644
--- a/src/bin/Makefile
+++ b/src/bin/Makefile
@@ -5,7 +5,7 @@
# Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
#
-# $PostgreSQL: pgsql/src/bin/Makefile,v 1.52 2008/03/18 16:24:50 petere Exp $
+# $PostgreSQL: pgsql/src/bin/Makefile,v 1.53 2008/03/27 17:24:16 momjian Exp $
#
#-------------------------------------------------------------------------
@@ -13,7 +13,7 @@ subdir = src/bin
top_builddir = ../..
include $(top_builddir)/src/Makefile.global
-DIRS = initdb ipcclean pg_ctl pg_dump \
+DIRS = initdb pg_ctl pg_dump \
psql scripts pg_config pg_controldata pg_resetxlog
ifeq ($(PORTNAME), win32)
DIRS+=pgevent