Changeset - r5970:1ccb377ec8de
[Not reviewed]
master
0 1 0
bjarni - 18 years ago 2007-02-10 00:22:32
bjarni@openttd.org
(svn r8658) -Fix r8605: missed an error message renaming from m to mm (objC to objC++)
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
Makefile.src.in
Show inline comments
 
@@ -267,6 +267,6 @@ mrproper: clean
 
	$(Q)rm -f rev.cpp
 

	
 
%.o:
 
	@echo '$(STAGE) No such source-file: $(@:%.o=%).[c|cpp|m|rc]'
 
	@echo '$(STAGE) No such source-file: $(@:%.o=%).[c|cpp|mm|rc]'
 

	
 
.PHONY: all mrproper depend clean FORCE
0 comments (0 inline, 0 general)