diff --git a/linux/Makefile b/linux/Makefile index 77a8581..2e372c8 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -352,4 +352,4 @@ clean-downloads: -rm -rf downloads deps-core: libtheora libvorbis pixman libpng libjpeg physfs sdl2 sdl2image sdlsound sdl2ttf openal openssl fluidsynth uchardet iconv -everything: deps-core autoconf ruby +everything: deps-core ruby diff --git a/windows/Makefile b/windows/Makefile index 3950830..1baca12 100755 --- a/windows/Makefile +++ b/windows/Makefile @@ -339,4 +339,4 @@ clean-downloads: -rm -rf downloads deps-core: libtheora libvorbis pixman libpng libjpeg physfs sdl2 sdl2image sdlsound sdl2ttf openal openssl fluidsynth uchardet -everything: deps-core autoconf ruby +everything: deps-core ruby