fix syntax ... $ ->

This commit is contained in:
bebbo 2024-04-14 20:38:38 +02:00
parent ee11abf24f
commit 255d9a47dd
1 changed files with 1 additions and 1 deletions

View File

@ -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" >$@