Changeset - r20135:c71c7f3ca5ee
[Not reviewed]
master
0 1 0
matthijs - 12 years ago 2013-03-18 14:45:06
matthijs@openttd.org
(svn r25108) -Fix: Pass $LDFLAGS_BUILD to all endian_check compilations.
- In Makefile.{lang,setting}.in the flags were already passed since r24365.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
Makefile.src.in
Show inline comments
 
@@ -276,7 +276,7 @@ endian_target.h: $(ENDIAN_CHECK) $(CONFI
 

	
 
$(ENDIAN_CHECK): $(SRC_DIR)/endian_check.cpp
 
	$(E) '$(STAGE) Compiling and Linking $@'
 
	$(Q)$(CXX_BUILD) $(CFLAGS_BUILD) $(CXXFLAGS_BUILD) $< -o $@
 
	$(Q)$(CXX_BUILD) $(CFLAGS_BUILD) $(CXXFLAGS_BUILD) $(LDFLAGS_BUILD) $< -o $@
 

	
 
# Revision files
 

	
0 comments (0 inline, 0 general)