From e10b784f634ec707dd268f9ebfe306f19647b5c9 Mon Sep 17 00:00:00 2001 From: Bebbo Date: Sun, 11 Feb 2018 20:21:44 +0100 Subject: [PATCH] add SLD headers to PREFIX/m68k-amigaos/include --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 15644c1..29d0f02 100644 --- a/Makefile +++ b/Makefile @@ -614,6 +614,7 @@ libSDL12: build/libSDL12/_done build/libSDL12/_done: build/libSDL12/Makefile.bax cd build/libSDL12 && $(MAKE) -f Makefile.bax $(CONFIG_LIBSDL12) cp build/libSDL12/libSDL.a $(PREFIX)/m68k-amigaos/lib/ + rsync -a build/libSDL12/include/*.h $(PREFIX)/m68k-amigaos/include echo "done" >build/libSDL12/_done build/libSDL12/Makefile.bax: build/libnix/_done projects/libSDL12/Makefile.bax $(shell find 2>/dev/null projects/libSDL12 -not \( -path projects/libSDL12/.git -prune \) -type f)