aboutsummaryrefslogtreecommitdiffstats
path: root/template/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'template/Makefile.in')
-rw-r--r--template/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/Makefile.in b/template/Makefile.in
index fc3739b66f..e0de5f74db 100644
--- a/template/Makefile.in
+++ b/template/Makefile.in
@@ -446,8 +446,8 @@ $(srcdir)/enc/jis/props.h: enc/jis/props.kwd
fi
gc_impl.$(OBJEXT): gc/$(BUILTIN_GC).c probes.h
- @$(ECHO) compiling $<
- $(Q) $(CC) $(CFLAGS) $(XCFLAGS) $(CPPFLAGS) $(COUTFLAG)$@ -c $<
+ @$(ECHO) compiling $(srcdir)/gc/$(BUILTIN_GC).c
+ $(Q) $(CC) $(CFLAGS) $(XCFLAGS) $(CPPFLAGS) $(COUTFLAG)$@ -c $(srcdir)/gc/$(BUILTIN_GC).c
.c.$(OBJEXT):
@$(ECHO) compiling $<