From 55a7153bc5e7cff0509ca010bc6a99e654fddc4b Mon Sep 17 00:00:00 2001 From: lars Date: Mon, 15 Feb 2010 22:57:39 +0000 Subject: [PATCH] [packages] libsdl: Add missing backslash git-svn-id: svn://svn.openwrt.org/openwrt/packages@19648 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/libsdl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/libsdl/Makefile b/libs/libsdl/Makefile index 530ddbc0c..c86cd3823 100644 --- a/libs/libsdl/Makefile +++ b/libs/libsdl/Makefile @@ -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 \ , \ -- 2.11.0