summaryrefslogtreecommitdiffstats
path: root/locale/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'locale/Makefile.in')
-rw-r--r--locale/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/Makefile.in b/locale/Makefile.in
index a28ca86..234087b 100644
--- a/locale/Makefile.in
+++ b/locale/Makefile.in
@@ -38,7 +38,7 @@ all: $(OBJS)
$(OBJS):
@printf ' CP locale/%s\n' '$@'
- @mkdir -p "$$(basename '$@')"
+ @obj='$@'; mkdir -p "$${obj%/*}"
@cp '$(srcdir)/locale/$*.sh' '$@'
clean: