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 /doc | |
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 'doc')
-rw-r--r-- | doc/previews/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/previews/Makefile.am b/doc/previews/Makefile.am index 7ec4d17753..03f6159bcb 100644 --- a/doc/previews/Makefile.am +++ b/doc/previews/Makefile.am @@ -43,8 +43,8 @@ PREVIEWS = blend blur bump curve grow mask transform \ example_1 padding previews-data: preview_text_filter - $(MKDIR_P) $(DATADIR) - $(MKDIR_P) $(HTMLDIR) + $(mkdir_p) $(DATADIR) + $(mkdir_p) $(HTMLDIR) @for a in $(PREVIEWS) ; do \ echo " GEN filter_$${a}.png" ; \ FONT="Sans" ; \ |