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 | |
parent | 06eedd942184f13da0fb6d44d500f71d02b58d3f (diff) | |
download | efl-e0538735d9b00ea241c5cd3de2b05ccdae47317c.tar.gz |
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')
-rw-r--r-- | config/Makefile.am | 2 | ||||
-rw-r--r-- | config/default/Makefile.am | 2 | ||||
-rw-r--r-- | config/mobile/Makefile.am | 2 | ||||
-rw-r--r-- | config/standard/Makefile.am | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/config/Makefile.am b/config/Makefile.am index 7ac3f5c1be..690067909d 100644 --- a/config/Makefile.am +++ b/config/Makefile.am @@ -9,7 +9,7 @@ filesdir = $(datadir)/elementary/config files_DATA = profile.cfg -.cfg: .src +%.cfg: %.src $(AM_V_EET) \ $(MKDIR_P) $(top_builddir)/config/; \ $(EET) -i $(top_builddir)/config/$@ config $< 0 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 = \ icon.png \ base.cfg -.cfg: .src +%.cfg: %.src $(AM_V_EET) \ $(MKDIR_P) $(top_builddir)/config/default/; \ $(EET) -e $(top_builddir)/config/default/$@ config $< 1 diff --git a/config/mobile/Makefile.am b/config/mobile/Makefile.am index d5283eea2e..7cdfbd5881 100644 --- a/config/mobile/Makefile.am +++ b/config/mobile/Makefile.am @@ -13,7 +13,7 @@ files_DATA = \ icon.png \ base.cfg -.cfg: .src +%.cfg: %.src $(AM_V_EET) \ $(MKDIR_P) $(top_builddir)/config/; \ $(EET) -e $(top_builddir)/config/mobile/$@ config $< 1 diff --git a/config/standard/Makefile.am b/config/standard/Makefile.am index a6d415a789..3dd3c88c68 100644 --- a/config/standard/Makefile.am +++ b/config/standard/Makefile.am @@ -13,7 +13,7 @@ files_DATA = \ icon.png \ base.cfg -.cfg: .src +%.cfg: %.src $(AM_V_EET) \ $(MKDIR_P) $(top_builddir)/config/standard/; \ $(EET) -e $(top_builddir)/config/standard/$@ config $< 1 |