From d8d7b80230faeb1c50ab0e0cdf74109db8cd1dc3 Mon Sep 17 00:00:00 2001 From: Yamagi Burmeister Date: Thu, 5 Mar 2009 11:09:01 +0000 Subject: [PATCH] =?UTF-8?q?Kleine=20=C3=84nderung=20an=20der=20Makefile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 69543b25..4bfe6487 100644 --- a/Makefile +++ b/Makefile @@ -411,10 +411,10 @@ build/posix/glob/glob.o : src/platforms/posix/glob/glob.c $(CC) $(CFLAGS_CLIENT) -o $@ -c $< build/posix/sdl/cd.o : src/platforms/posix/sdl/cd.c - $(CC) $(CFLAGS_CLIENT) -o $@ -c $< $(SDLCFLAGS) + $(CC) $(CFLAGS_CLIENT) $(SDLCFLAGS) -o $@ -c $< build/posix/sdl/sound.o : src/platforms/posix/sdl/sound.c - $(CC) $(CFLAGS_CLIENT) -o $@ -c $< $(SDLCFLAGS) + $(CC) $(CFLAGS_CLIENT) $(SDLCFLAGS) -o $@ -c $< build/posix/vid/menu.o : src/platforms/posix/vid/menu.c $(CC) $(CFLAGS_CLIENT) -o $@ -c $<