Changeset - r1119:eea410a48de2
[Not reviewed]
master
0 1 0
tron - 20 years ago 2005-01-23 17:51:22
tron@openttd.org
(svn r1620) Fix typo in r1619
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
Makefile
Show inline comments
 
@@ -934,8 +934,8 @@ DEPS_MAGIC := $(shell mkdir .deps > /dev
 
		| sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
 
		>> .deps/$(*F).P; \
 
	rm .deps/$(*F).pp
 

	
 
# For DirectMusic build and BeOS specific parts
 
%.o: %.cpp  $(MAKE_CONFIG) endian.h table/strings.h
 
	@echo '===> Compiling $<
 
	@echo '===> Compiling $<'
 
	@$(CXX_BUILD) $< -o $@
0 comments (0 inline, 0 general)