# HG changeset patch # User glx # Date 2009-05-26 23:05:11 # Node ID c8f1248b280d36a454f6fe4b129921d0ecf6eac5 # Parent bf346482c342c6b633ccc99550802b63ca9bb4c1 (svn r16443) -Fix: running 'make depend' after 'configure' in a fresh checkout failed diff --git a/Makefile.src.in b/Makefile.src.in --- a/Makefile.src.in +++ b/Makefile.src.in @@ -179,7 +179,7 @@ endif ifeq ($(filter depend, $(MAKECMDGOALS)),) Makefile.dep: $(FILE_DEP) $(SRCS:%=$(SRC_DIR)/%) $(CONFIG_CACHE_SOURCE) $(DEP) else -Makefile.dep: $(DEP) FORCE +Makefile.dep: $(FILE_DEP) $(SRCS:%=$(SRC_DIR)/%) $(DEP) FORCE endif $(E) '$(STAGE) DEP CHECK (all files)' $(Q)rm -f Makefile.dep.tmp