X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Externals%2Fsdl12%2FMakefile;h=c247e60ce4e775690c3b0eb361e44ca65ebf7a38;hb=d302478cf4288d89e92fd7236c7715ffd59c447c;hp=30c17db76dc7c5f2ae26908844e2f888935f92ab;hpb=969efab9ce5b5233222f130fbbf5794ce5592508;p=tpg%2Facess2.git diff --git a/Externals/sdl12/Makefile b/Externals/sdl12/Makefile index 30c17db7..c247e60c 100644 --- a/Externals/sdl12/Makefile +++ b/Externals/sdl12/Makefile @@ -9,7 +9,7 @@ TARBALL_TO_DIR_L := %.tar.gz TARBALL_TO_DIR_R := % PATCHES := configure build-scripts/config.sub PATCHES += src/video/acess/ptyvideo.c src/video/SDL_video.c src/video/SDL_sysvideo.h -CONFIGURE_ARGS = --includedir=$(INCLUDEDIR) --bindir=$(PREFIX)-BUILD/bin/ +CONFIGURE_ARGS = --includedir=$(INCLUDEDIR) --bindir=$(OUTDIR)-BUILD/bin/ #AUTORECONF = yes include ../common_automake.mk