* Makefile.in (DEPFILES): Add missing '/'.
From-SVN: r133604
This commit is contained in:
parent
4acc3f420c
commit
f91ed78d62
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user