examples: Drop unnecessary $(mkinstalldirs) call
commit24f62f7bf14b7db36022b3fc0813dd9c93285103
authorAndrea Bolognani <abologna@redhat.com>
Tue, 21 May 2019 14:42:28 +0000 (21 16:42 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 3 Jun 2019 15:27:23 +0000 (3 17:27 +0200)
treeeb27c8446c39b6c58d78134eba43b37d7e9770be
parenta5544e021fff1044e2805604c18e7e4dbbf36302
examples: Drop unnecessary $(mkinstalldirs) call

$(mkinstalldirs) works like 'mkdir -p' in that it will
create all the necessary parts of the path leading up to
the actual directory, which means creating $(examplesdir)
beforehand is not necessary.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Acked-by: Michal Privoznik <mprivozn@redhat.com>
examples/Makefile.am