Commit f91ed78d by Tom Tromey Committed by Tom Tromey

* Makefile.in (DEPFILES): Add missing '/'.

From-SVN: r133604
parent 4acc3f42
2008-03-26 Tom Tromey <tromey@redhat.com>
* Makefile.in (DEPFILES): Add missing '/'.
2008-03-26 Richard Guenther <rguenther@suse.de> 2008-03-26 Richard Guenther <rguenther@suse.de>
* fold-const.c (target.h): Include. * fold-const.c (target.h): Include.
......
...@@ -3270,7 +3270,7 @@ $(ALL_HOST_OBJS): | $(generated_files) ...@@ -3270,7 +3270,7 @@ $(ALL_HOST_OBJS): | $(generated_files)
# Include the auto-generated dependencies for all host objects. # Include the auto-generated dependencies for all host objects.
DEPFILES = \ DEPFILES = \
$(foreach obj,$(ALL_HOST_OBJS),\ $(foreach obj,$(ALL_HOST_OBJS),\
$(dir $(obj))$(DEPDIR)$(patsubst %.o,%.Po,$(notdir $(obj)))) $(dir $(obj))$(DEPDIR)/$(patsubst %.o,%.Po,$(notdir $(obj))))
-include $(DEPFILES) -include $(DEPFILES)
# Include the auto-generated dependencies for all build objects. # Include the auto-generated dependencies for all build objects.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment