[packages] libsdl: Add missing backslash
authorlars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 15 Feb 2010 22:57:39 +0000 (22:57 +0000)
committerlars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 15 Feb 2010 22:57:39 +0000 (22:57 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@19648 3c298f89-4303-0410-b956-a3cf2f4a3e73

libs/libsdl/Makefile

index 530ddbc..c86cd38 100644 (file)
@@ -38,7 +38,7 @@ endef
 define Build/Configure
        $(call Build/Configure/Default, \
                --enable-libc \
-               $(if $(CONFIG_AUDIO_SUPPORT),
+               $(if $(CONFIG_AUDIO_SUPPORT), \
                        --enable-audio \
                        --enable-alsa \
                        , \