mirror of https://github.com/OpenTTD/OpenTTD
(svn r1620) Fix typo in r1619
parent
62e8c573e8
commit
2cf65953db
2
Makefile
2
Makefile
|
@ -937,5 +937,5 @@ DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
|
||||||
|
|
||||||
# For DirectMusic build and BeOS specific parts
|
# For DirectMusic build and BeOS specific parts
|
||||||
%.o: %.cpp $(MAKE_CONFIG) endian.h table/strings.h
|
%.o: %.cpp $(MAKE_CONFIG) endian.h table/strings.h
|
||||||
@echo '===> Compiling $<
|
@echo '===> Compiling $<'
|
||||||
@$(CXX_BUILD) $< -o $@
|
@$(CXX_BUILD) $< -o $@
|
||||||
|
|
Loading…
Reference in New Issue