aboutsummaryrefslogtreecommitdiffhomepage
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tomi Ollila <tomi.ollila@iki.fi>2013-11-03 16:05:35 +0200
committerGravatar David Bremner <david@tethera.net>2014-01-13 14:12:15 -0400
commita7e072f2773cffa35ddcb5a3c6dc4563917cc93f (patch)
treef3837df96e0abbf041e48ab51a9eeb99121b9574 /emacs
parentf2a3d9799d68d567d2bdd43827ac158885a4c11b (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