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/Makefile.am | |
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/Makefile.am')
-rw-r--r-- | config/Makefile.am | 2 |
1 files changed, 1 insertions, 1 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 | |||
9 | 9 | ||
10 | files_DATA = profile.cfg | 10 | files_DATA = profile.cfg |
11 | 11 | ||
12 | .cfg: .src | 12 | %.cfg: %.src |
13 | $(AM_V_EET) \ | 13 | $(AM_V_EET) \ |
14 | $(MKDIR_P) $(top_builddir)/config/; \ | 14 | $(MKDIR_P) $(top_builddir)/config/; \ |
15 | $(EET) -i $(top_builddir)/config/$@ config $< 0 | 15 | $(EET) -i $(top_builddir)/config/$@ config $< 0 |