summaryrefslogtreecommitdiffstats
path: root/package/sdl
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2014-02-23 20:58:47 +0100
committerPeter Korsgaard <peter@korsgaard.com>2014-02-23 20:58:47 +0100
commitf4b54ed184afb1a3e25b576e51a703abaa8ced56 (patch)
tree3b3a1290e6642ce8f957a54a7f419ece6928c8a0 /package/sdl
parent8bb561444b74bc8177ec2fa7d0d1c21e3df0a4ec (diff)
downloadbuildroot-f4b54ed184afb1a3e25b576e51a703abaa8ced56.tar.gz
buildroot-f4b54ed184afb1a3e25b576e51a703abaa8ced56.zip
sdl: fix SDL_AUTORECONF typo in comment
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/sdl')
-rw-r--r--package/sdl/sdl.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/sdl/sdl.mk b/package/sdl/sdl.mk
index cf3366db0c..510acd99fd 100644
--- a/package/sdl/sdl.mk
+++ b/package/sdl/sdl.mk
@@ -12,7 +12,7 @@ SDL_LICENSE_FILES = COPYING
SDL_INSTALL_STAGING = YES
# we're patching configure.in, but package cannot autoreconf with our version of
-# autotools, so we have to do it manually instead of setting SD_AUTORECONF = YES
+# autotools, so we have to do it manually instead of setting SDL_AUTORECONF = YES
define SDL_RUN_AUTOGEN
cd $(@D) && PATH=$(HOST_PATH) ./autogen.sh
endef
OpenPOWER on IntegriCloud