Changeset - r5650:7daa82ea3f49
[Not reviewed]
master
0 1 0
glx - 17 years ago 2007-01-13 18:44:38
glx@openttd.org
(svn r8109) -Fix r5693: ignore .hpp to avoid problems with deps
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
Makefile.src.in
Show inline comments
 
@@ -194,10 +194,10 @@ endif
 

	
 
endif
 

	
 
# Avoid problems with deps if a .h file is deleted without the deps
 
# Avoid problems with deps if a .h/.hpp file is deleted without the deps
 
#  being updated. Now the Makefile continues, the deps are recreated
 
#  and all will be fine.
 
%.h:
 
%.h %.hpp:
 
	@true
 

	
 

	
0 comments (0 inline, 0 general)