Changeset - r5478:085917b9fb9b
[Not reviewed]
master
0 1 0
truelight - 18 years ago 2007-01-02 20:19:25
truelight@openttd.org
(svn r7762) [Configure] -Fix: .rc files were not ignored in old DEP system
1 file changed with 4 insertions and 0 deletions:
0 comments (0 inline, 0 general)
Makefile.src.in
Show inline comments
 
@@ -128,6 +128,10 @@ endif
 
	$(E) '$(STAGE) DEP $(<:$(SRC_DIR)/%.m=%.m)'
 
	$(Q)$(CC_HOST) $(CC_CFLAGS) $(CFLAGS) -MM $< | sed 's#^$(@F:%.d=%.o):#$@ $(@:%.d=%.o):#' > $@
 

	
 
$(OBJS_RC:%.o=%.d): %.d: $(SRC_DIR)/%.rc $(FILE_DEP)
 
	$(E) '$(STAGE) DEP $(<:$(SRC_DIR)/%.m=%.m)'
 
	$(Q)touch $@
 

	
 
else
 
# The much faster, but can be wrong, dep-check
 
DEP_MASK :=
0 comments (0 inline, 0 general)