From 51fb30e94f939fd26d18c9e3d000091edc22ee05 Mon Sep 17 00:00:00 2001 From: nehalmistry <> Date: Mon, 2 Dec 2002 02:09:24 +0000 Subject: [PATCH] fixed small script problem --- setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup b/setup index a4e69dfb5..66e3abdf8 100755 --- a/setup +++ b/setup @@ -468,7 +468,7 @@ case $VIDSEL in USESDL=1 SDLLIB="\$(shell $SDL_CONFIG --libs)" echo "SDL := -DUSE_SDL -DUSE_SDLA \$(SDL_CFLAGS)" >> $RULESFILE - echo "SDL_CFLAGS = \$(shell $SDL_CONFIG --cflags)" >> $RULESFILE + echo "SDL_CFLAGS := \$(shell $SDL_CONFIG --cflags)" >> $RULESFILE if test "$STATIC x" != " x" ; then SDLLIB="\$(shell $SDL_CONFIG --static-libs)"