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

From-SVN: r133604
This commit is contained in:
Tom Tromey 2008-03-26 13:18:34 +00:00 committed by Tom Tromey
parent 4acc3f420c
commit f91ed78d62
2 changed files with 5 additions and 1 deletions

View 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.

View 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.