From: Lars-Peter Clausen Date: Mon, 15 Feb 2010 22:57:39 +0000 (+0000) Subject: libsdl: Add missing backslash X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=45a132499e7b3c0b285abd012c07bd67323d16a5;p=openwrt%2Fsvn-archive%2Fpackages.git libsdl: Add missing backslash SVN-Revision: 19648 --- 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 \ , \