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.
This commit is contained in:
parent
16f7455b04
commit
5b83ef97e5
2 changed files with 9 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue