diff options
author | Andrzej Zaborowski <andrew.zaborowski@intel.com> | 2011-02-15 09:55:52 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2011-02-15 15:43:42 -0800 |
commit | db7a5a8171d05489459dfe6c7ea4ec0cac57e677 (patch) | |
tree | 1c49bb255e73c63fd36d1c9bc24fae2c76c766f3 | |
parent | 55d54e377a501a3c375bb2b3a6baef7545832e51 (diff) | |
download | ofono-db7a5a8171d05489459dfe6c7ea4ec0cac57e677.tar.bz2 |
Makefile: rerun genbuiltin on reconfigure.
Make builtin.h depend on config.status to force regeneration when
plugins may have been enabled or disabled. There may be a better
way to do that. The dependency on builtin_sources is not needed.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 1d7f32bb..6a9981ba 100644 --- a/Makefile.am +++ b/Makefile.am @@ -574,7 +574,7 @@ MAINTAINERCLEANFILES = Makefile.in \ src/plugin.$(OBJEXT): src/builtin.h -src/builtin.h: src/genbuiltin $(builtin_sources) +src/builtin.h: src/genbuiltin config.status $(AM_V_GEN)$(srcdir)/src/genbuiltin $(builtin_modules) > $@ plugins/%.rules: |