diff options
author | commit-queue@webkit.org <commit-queue@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc> | 2012-06-11 22:16:11 (GMT) |
---|---|---|
committer | commit-queue@webkit.org <commit-queue@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc> | 2012-06-11 22:16:11 (GMT) |
commit | b12c4b948380271d96807b3a398259de975cae5b (patch) | |
tree | 7a16dfdac72b56629d1e5afdc7611fa46ded5259 /GNUmakefile.am | |
parent | a5723e000c165d7b8fb45500fc310db875f99c94 (diff) | |
download | WebKit-b12c4b948380271d96807b3a398259de975cae5b.tar.gz WebKit-b12c4b948380271d96807b3a398259de975cae5b.tar.xz |
.: Replace obsolete mkdir_p variable with MKDIR_P
https://bugs.webkit.org/show_bug.cgi?id=88790
Patch by Arnaud Renevier <arno@renevier.net> on 2012-06-11
Reviewed by Martin Robinson.
* GNUmakefile.am:
* configure.ac:
Source/WebKit/gtk/po: Replace obsolete mkdir_p variables with MKDIR_P
https://bugs.webkit.org/show_bug.cgi?id=88790
Patch by Arnaud Renevier <arno@renevier.net> on 2012-06-11
Reviewed by Martin Robinson.
* GNUmakefile.am:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@120012 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Diffstat (limited to 'GNUmakefile.am')
-rw-r--r-- | GNUmakefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile.am b/GNUmakefile.am index 8049388..f963842 100644 --- a/GNUmakefile.am +++ b/GNUmakefile.am @@ -318,7 +318,7 @@ MAINTAINERCLEANFILES += \ # Older automake versions (1.7) place Plo files in a different place so we need # to create the output directory manually. all-local: stamp-po - $(mkdir_p) $(top_builddir)/$(DEPDIR)/DerivedSources + $(MKDIR_P) $(top_builddir)/$(DEPDIR)/DerivedSources # remove built sources and program directories clean-local: |