* Makefile.in (DEPFILES): Add missing '/'.
authorTom Tromey <tromey@redhat.com>
Wed, 26 Mar 2008 13:18:34 +0000 (13:18 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Wed, 26 Mar 2008 13:18:34 +0000 (13:18 +0000)
From-SVN: r133604

gcc/ChangeLog
gcc/Makefile.in

index fc1bb0477c99417c0267b71503dd79e7ed789ba7..1363d397919a051ea795f2a333ad13c0ff8b5b78 100644 (file)
@@ -1,3 +1,7 @@
+2008-03-26  Tom Tromey  <tromey@redhat.com>
+
+       * Makefile.in (DEPFILES): Add missing '/'.
+
 2008-03-26  Richard Guenther  <rguenther@suse.de>
 
        * fold-const.c (target.h): Include.
index 16015bffac4272bcdcbc3630e403bb3401f7c1ac..9208c9346ec4c8d7c372a4124aaefe621e1eadc0 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.