summaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
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 /src/Makefile.in
parentc50d9f721e11694c3e54093a9224faf680ed7e48 (diff)
Better describe paths in output of object targets.
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index b8f2c12..833c796 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -49,7 +49,7 @@ distfiles = Makefile.in $(SRCS)
all: $(OBJS)
$(OBJS):
- @printf ' SED %s\n' '$@'
+ @printf ' SED src/%s\n' '$@'
@sed '$(sed_script)' '$(srcdir)/src/$@.sh' >'$@'
clean: