diff --git a/Makefile b/Makefile index df95b73..a9b053d 100644 --- a/Makefile +++ b/Makefile @@ -1309,7 +1309,7 @@ $(BUILD)/libSDL12/_done: $(BUILD)/libSDL12/Makefile @echo '#include "SDL/SDL.h"' >$(PREFIX)/include/SDL.h @echo '#include "SDL/SDL_audio.h"' >$(PREFIX)/include/SDL_audio.h @echo '#include "SDL/SDL_version.h"' >$(PREFIX)/include/SDL_version.h - @echo -e 'while test $$# -gt 0; do\n case "$$1" in\n --cflags)\n echo -I$(PREFIX)/include/SDL\n ;;\n esac\n shift\ndone' > $PREFIX/bin/sdl-config + @echo -e 'while test $$# -gt 0; do\n case "$$1" in\n --cflags)\n echo -I$(PREFIX)/include/SDL\n ;;\n esac\n shift\ndone' > $(PREFIX)/bin/sdl-config @chmod 0777 $PREFIX/bin/sdl-config @echo "done" >$@