diff options
author | Cedric BAIL <cedric@osg.samsung.com> | 2014-08-11 17:26:29 +0200 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2014-08-12 11:19:57 +0200 |
commit | d8dd0e1f620abc0bf581117fd088a0827185160a (patch) | |
tree | 4234720c0b6880df051990e49c63b851af5d156d /src/Makefile_Edje.am | |
parent | b7ddba65c822535ac309de75958ccc5ee70ea7a6 (diff) | |
download | efl-d8dd0e1f620abc0bf581117fd088a0827185160a.tar.gz |
autotools: use non deprecated macro.
I still don't know why there is still a warning.
Diffstat (limited to 'src/Makefile_Edje.am')
-rw-r--r-- | src/Makefile_Edje.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile_Edje.am b/src/Makefile_Edje.am index 957a885b86..b09f0a3694 100644 --- a/src/Makefile_Edje.am +++ b/src/Makefile_Edje.am @@ -263,7 +263,7 @@ tests_edje_edje_suite_LDADD = @CHECK_LIBS@ $(USE_EDJE_BIN_LIBS) tests_edje_edje_suite_DEPENDENCIES = @USE_EDJE_INTERNAL_LIBS@ tests/edje/data/%.edj: tests/edje/data/%.edc bin/edje/edje_cc${EXEEXT} - @$(MKDIR_P) tests/edje/data + @$(mkdir_p) tests/edje/data $(AM_V_EDJ)$(EDJE_CC) $(EDJE_CC_FLAGS) -id $(srcdir)/tests/edje/data $< $@ EDJE_DATA_FILES = tests/edje/data/test_layout.edc \ |