summaryrefslogtreecommitdiffstats
path: root/locale
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-08-02 23:06:17 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-08-02 23:06:17 (EDT)
commitf3174d56323ce9ce7c70a47e92897f79205e7a32 (patch)
tree57e7c2a110ea5e49c932f92c268e19aab078a82a /locale
parentc50d9f721e11694c3e54093a9224faf680ed7e48 (diff)
Better describe paths in output of object targets.
Diffstat (limited to 'locale')
-rw-r--r--locale/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/Makefile.in b/locale/Makefile.in
index cebf6d1..10338d9 100644
--- a/locale/Makefile.in
+++ b/locale/Makefile.in
@@ -37,7 +37,7 @@ distfiles = Makefile.in $(SRCS)
all: $(OBJS)
$(OBJS):
- @printf ' CP %s\n' '$@'
+ @printf ' CP locale/%s\n' '$@'
@cp '$(srcdir)/locale/$@.sh' '$@'
clean: