1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-19 20:49:11 +00:00

(svn r7931) -Fix (r7759): multiple (different) -O flags made compilations with the wrong optimisations.

This commit is contained in:
rubidium
2007-01-06 22:58:01 +00:00
parent a05ab3028a
commit 8d41fe225e
5 changed files with 36 additions and 31 deletions

View File

@@ -97,7 +97,7 @@ run: all
%.o:
@for dir in $(SRC_DIRS); do \
$(MAKE) -C $$dir $@; \
$(MAKE) -C $$dir $(@:src/%=%); \
done
%.lng: