diff options
author | Cedric Bail <cedric@osg.samsung.com> | 2016-05-16 09:08:30 -0700 |
---|---|---|
committer | Cedric Bail <cedric@osg.samsung.com> | 2016-05-16 09:09:23 -0700 |
commit | 885d6c7d9bb0c253c49fd3f6351dd06d28a4cf74 (patch) | |
tree | f3c67bd925451227f47dcb0279f1887b90c7655e /config/mobile | |
parent | 4328425392c510d6461dc269e0803c61b0edf277 (diff) |
autotools: fix lots of warning.
Thankcs Jean Guyomarc'h.
Diffstat (limited to 'config/mobile')
-rw-r--r-- | config/mobile/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/mobile/Makefile.am b/config/mobile/Makefile.am index 7cdfbd5881..d5283eea2e 100644 --- a/config/mobile/Makefile.am +++ b/config/mobile/Makefile.am | |||
@@ -13,7 +13,7 @@ files_DATA = \ | |||
13 | icon.png \ | 13 | icon.png \ |
14 | base.cfg | 14 | base.cfg |
15 | 15 | ||
16 | %.cfg: %.src | 16 | .cfg: .src |
17 | $(AM_V_EET) \ | 17 | $(AM_V_EET) \ |
18 | $(MKDIR_P) $(top_builddir)/config/; \ | 18 | $(MKDIR_P) $(top_builddir)/config/; \ |
19 | $(EET) -e $(top_builddir)/config/mobile/$@ config $< 1 | 19 | $(EET) -e $(top_builddir)/config/mobile/$@ config $< 1 |