mirror of
https://github.com/bebbo/amiga-gcc.git
synced 2026-05-03 04:27:08 +00:00
fix syntax ... $ ->
This commit is contained in:
2
Makefile
2
Makefile
@@ -1309,7 +1309,7 @@ $(BUILD)/libSDL12/_done: $(BUILD)/libSDL12/Makefile
|
|||||||
@echo '#include "SDL/SDL.h"' >$(PREFIX)/include/SDL.h
|
@echo '#include "SDL/SDL.h"' >$(PREFIX)/include/SDL.h
|
||||||
@echo '#include "SDL/SDL_audio.h"' >$(PREFIX)/include/SDL_audio.h
|
@echo '#include "SDL/SDL_audio.h"' >$(PREFIX)/include/SDL_audio.h
|
||||||
@echo '#include "SDL/SDL_version.h"' >$(PREFIX)/include/SDL_version.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
|
@chmod 0777 $PREFIX/bin/sdl-config
|
||||||
@echo "done" >$@
|
@echo "done" >$@
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user