diff options
author | Tomi Ollila <tomi.ollila@iki.fi> | 2013-11-03 16:05:35 +0200 |
---|---|---|
committer | David Bremner <david@tethera.net> | 2014-01-13 14:12:15 -0400 |
commit | a7e072f2773cffa35ddcb5a3c6dc4563917cc93f (patch) | |
tree | f3837df96e0abbf041e48ab51a9eeb99121b9574 /emacs | |
parent | f2a3d9799d68d567d2bdd43827ac158885a4c11b (diff) |
build: remove trailing '/.' when doing mkdir -p .deps/.
When make variable $@ does not contain directory part, $(@D)
resolves as '.'. In this case .deps/$(@D) is '.deps/.'
In some systems `mkdir [-p] directory/.` fails.
To make this compatible with more system substitute trailing
'/.' (slashdot) with '' (empty string) whenever it occurs there.
Diffstat (limited to 'emacs')
0 files changed, 0 insertions, 0 deletions