git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7405f2c)
Install src/include/utils/fmgroids.h on VPATH builds too.
2009年7月20日 20:38:55 +0000 (20:38 +0000)
2009年7月20日 20:38:55 +0000 (20:38 +0000)
The original coding was not dealing specially with this file being a symlink,
with the end result that it was not installed in VPATH builds. Oddly enough,
the clean target does know about it ...


diff --git a/src/include/Makefile b/src/include/Makefile
index 3e7c8e4698a83299af2816839041e4f0213c42df..3b875f53bd7e8ae0e71871bca1ed0723722b552b 100644 (file)
--- 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.27 2009年06月30日 17:38:50 tgl Exp $
+# $PostgreSQL: pgsql/src/include/Makefile,v 1.28 2009年07月20日 20:38:55 alvherre Exp $
#
#-------------------------------------------------------------------------
@@ -40,6 +40,7 @@ install: all installdirs
# These headers are needed for server-side development
$(INSTALL_DATA) pg_config.h '$(DESTDIR)$(includedir_server)'
$(INSTALL_DATA) pg_config_os.h '$(DESTDIR)$(includedir_server)'
+ $(INSTALL_DATA) utils/fmgroids.h '$(DESTDIR)$(includedir_server)/utils'
# We don't use INSTALL_DATA for performance reasons --- there are a lot of files
cp $(srcdir)/*.h '$(DESTDIR)$(includedir_server)'/ || exit; \
chmod $(INSTALL_DATA_MODE) '$(DESTDIR)$(includedir_server)'/*.h || exit; \
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /