diff options
author | Cedric Bail <cedric@osg.samsung.com> | 2016-05-16 09:25:43 -0700 |
---|---|---|
committer | Cedric Bail <cedric@osg.samsung.com> | 2016-05-16 09:29:29 -0700 |
commit | e0538735d9b00ea241c5cd3de2b05ccdae47317c (patch) | |
tree | bf3ae8830929e6a0c51275f91f286518dd05f673 /config/default | |
parent | 06eedd942184f13da0fb6d44d500f71d02b58d3f (diff) |
Revert "autotools: fix lots of warning."
This reverts commit 885d6c7d9bb0c253c49fd3f6351dd06d28a4cf74.
Reverting all as it seems those warning where actually for working code...
Diffstat (limited to 'config/default')
-rw-r--r-- | config/default/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/default/Makefile.am b/config/default/Makefile.am index a3bab72bed..6211ff7e1f 100644 --- a/config/default/Makefile.am +++ b/config/default/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/default/; \ | 18 | $(MKDIR_P) $(top_builddir)/config/default/; \ |
19 | $(EET) -e $(top_builddir)/config/default/$@ config $< 1 | 19 | $(EET) -e $(top_builddir)/config/default/$@ config $< 1 |