OSDN Git Service

* Makefile.in (DEPFILES): Add missing '/'.
[pf3gnuchains/gcc-fork.git] / gcc / Makefile.in
index 16015bf..9208c93 100644 (file)
@@ -3270,7 +3270,7 @@ $(ALL_HOST_OBJS): | $(generated_files)
 # Include the auto-generated dependencies for all host objects.
 DEPFILES = \
   $(foreach obj,$(ALL_HOST_OBJS),\
-    $(dir $(obj))$(DEPDIR)$(patsubst %.o,%.Po,$(notdir $(obj))))
+    $(dir $(obj))$(DEPDIR)/$(patsubst %.o,%.Po,$(notdir $(obj))))
 -include $(DEPFILES)
 
 # Include the auto-generated dependencies for all build objects.