diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-02-27 21:24:10 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-02-27 21:24:19 +0200 |
commit | c9c90e8ea21b37bf6e6f547ff35d114cfef8a5d4 (patch) | |
tree | bf08150e2e3657d932a7acc29e66c2594620f188 | |
parent | 2e8d0fcad75d9b28c384ddac03bb45186694231f (diff) |
Need all config_host/*.in files for the BUILD platform configury
Change-Id: Iac9040ac6df1d45bd949559555a2e675bc92ab78
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c457aac8d7be..503c0617b048 100644 --- a/configure.ac +++ b/configure.ac @@ -4050,7 +4050,7 @@ if test "$cross_compiling" = "yes"; then config_host.mk.in \ Makefile.in \ lo.xcent.in \ - config_host/config_*.h.in \ + config_host/*.in \ bin/get_config_variables \ solenv/bin/getcompver.awk \ solenv/inc/langlist.mk \ |