summaryrefslogtreecommitdiff
path: root/src/Makefile_Edje.am
diff options
context:
space:
mode:
authorCedric BAIL <cedric@osg.samsung.com>2014-08-11 17:26:29 +0200
committerCedric BAIL <cedric@osg.samsung.com>2014-08-12 11:19:57 +0200
commitd8dd0e1f620abc0bf581117fd088a0827185160a (patch)
tree4234720c0b6880df051990e49c63b851af5d156d /src/Makefile_Edje.am
parentb7ddba65c822535ac309de75958ccc5ee70ea7a6 (diff)
downloadefl-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.am2
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 \