Changeset - r12031:c8f1248b280d
[Not reviewed]
master
0 1 0
glx - 15 years ago 2009-05-26 23:05:11
glx@openttd.org
(svn r16443) -Fix: running 'make depend' after 'configure' in a fresh checkout failed
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
Makefile.src.in
Show inline comments
 
@@ -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
0 comments (0 inline, 0 general)