]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* Makefile.in (DEPFILES): Add missing '/'.
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 Mar 2008 13:18:34 +0000 (13:18 +0000)
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 Mar 2008 13:18:34 +0000 (13:18 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@133604 138bc75d-0d04-0410-961f-82ee72b054a4

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.