From: Peter Korsgaard Date: Sun, 23 Feb 2014 19:58:47 +0000 (+0100) Subject: sdl: fix SDL_AUTORECONF typo in comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f4b54ed184afb1a3e25b576e51a703abaa8ced56;p=buildroot.git sdl: fix SDL_AUTORECONF typo in comment Signed-off-by: Peter Korsgaard --- 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