From 8d41fe225e36b5172c43521ec03e7fce21b1a4c4 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 6 Jan 2007 22:58:01 +0000 Subject: (svn r7931) -Fix (r7759): multiple (different) -O flags made compilations with the wrong optimisations. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index aed562c0f..ca99575f0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -97,7 +97,7 @@ run: all %.o: @for dir in $(SRC_DIRS); do \ - $(MAKE) -C $$dir $@; \ + $(MAKE) -C $$dir $(@:src/%=%); \ done %.lng: -- cgit v1.2.3-70-g09d2