summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Conway2004-11-03 07:38:08 +0000
committerNeil Conway2004-11-03 07:38:08 +0000
commitf4127feacf9be141734630958e24de4cd09f6253 (patch)
treefda634ef116cf7e03b2f02288b8d8f15b9d83c95
parentd0066b9fa4e76a3d83a86701649bf5acfc7c6f69 (diff)
Don't create $DESTDIR/include/internal/lib, as it is no longer used.
-rw-r--r--src/include/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/Makefile b/src/include/Makefile
index 50f71ed4328..f7bb42093d9 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.15 2004/10/16 22:52:39 tgl Exp $
+# $PostgreSQL: pgsql/src/include/Makefile,v 1.16 2004/11/03 07:38:08 neilc Exp $
#
#-------------------------------------------------------------------------
@@ -46,7 +46,7 @@ install: all installdirs remove-old-headers
done
installdirs:
- $(mkinstalldirs) $(DESTDIR)$(includedir)/libpq $(DESTDIR)$(includedir_internal)/libpq $(DESTDIR)$(includedir_internal)/lib
+ $(mkinstalldirs) $(DESTDIR)$(includedir)/libpq $(DESTDIR)$(includedir_internal)/libpq
$(mkinstalldirs) $(addprefix $(DESTDIR)$(includedir_server)/, $(SUBDIRS))