From c2f7e3e227daa33462201b0f4d482ec9e5f2ddf4 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Thu, 6 Jan 2005 21:00:24 +0000 Subject: [PATCH] Don't list port twice in SUBDIRS. Caught by Honda Shigehiro. --- src/include/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/include/Makefile b/src/include/Makefile index 6d4d62898f..0471869407 100644 --- a/src/include/Makefile +++ b/src/include/Makefile @@ -4,7 +4,7 @@ # # 'make install' installs whole contents of src/include. # -# $PostgreSQL: pgsql/src/include/Makefile,v 1.18 2004/11/17 17:16:13 tgl Exp $ +# $PostgreSQL: pgsql/src/include/Makefile,v 1.19 2005/01/06 21:00:24 tgl Exp $ # #------------------------------------------------------------------------- @@ -18,7 +18,7 @@ all: pg_config.h pg_config_os.h # Subdirectories containing headers for server-side dev SUBDIRS = access bootstrap catalog commands executor lib libpq mb \ - nodes optimizer parser port regex rewrite storage tcop utils \ + nodes optimizer parser regex rewrite storage tcop utils \ port port/win32 port/win32/arpa port/win32/netinet port/win32/sys # Install all headers -- 2.11.0