]> git.proxmox.com Git - grub2.git/commitdiff
Don't distribute config.h.
authorColin Watson <cjwatson@ubuntu.com>
Mon, 23 Dec 2013 14:30:35 +0000 (14:30 +0000)
committerColin Watson <cjwatson@ubuntu.com>
Mon, 23 Dec 2013 14:30:35 +0000 (14:30 +0000)
* Makefile.am (platform_HEADERS): Move to ...
(nodist_platform_HEADERS): ... here.  Fixes gettext_strings_test
failure when building from a distributed tarball.

ChangeLog
Makefile.am

index 2b067f18b759b0008ccb39fb4ba8eea24202dae6..e2bbd8c844fe13a39c8aad07bcec6b038b4bfc6f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2013-12-23  Colin Watson  <cjwatson@ubuntu.com>
+
+       Don't distribute config.h.
+
+       * Makefile.am (platform_HEADERS): Move to ...
+       (nodist_platform_HEADERS): ... here.  Fixes gettext_strings_test
+       failure when building from a distributed tarball.
+
 2013-12-23  Colin Watson  <cjwatson@ubuntu.com>
 
        * configure.ac: Fix spelling.
index b113066795765c641e1092d6179f3060dec7e0a0..320e86f8f550e77ce332976db3bfc54c17bfff0c 100644 (file)
@@ -127,7 +127,7 @@ widthspec.h: $(FONT_SOURCE) build-grub-gen-widthspec
 CLEANFILES += widthspec.h
 
 # Install config.h into platformdir
-platform_HEADERS = config.h
+nodist_platform_HEADERS = config.h
 
 pkgdata_DATA += grub-mkconfig_lib