From 4ecff562db08a579010d858338dda409be7ef342 Mon Sep 17 00:00:00 2001 From: chaoskagami Date: Fri, 8 Jul 2016 20:15:35 -0400 Subject: [PATCH] Fix up makefile for sanity's sake --- Makefile | 2 +- host/compile_ctr9_io.sh | 16 ---------------- 2 files changed, 1 insertion(+), 17 deletions(-) delete mode 100755 host/compile_ctr9_io.sh diff --git a/Makefile b/Makefile index 8e250c6..fd9957a 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,7 @@ all: hosttools font ctr9io a9lh patch external .PHONY: ctr9io ctr9io: - ./host/compile_ctr9_io.sh + cd external/libctr9_io && autoreconf -fi && CFLAGS= LDFLAGS= ASFLAGS= ./configure --host arm-none-eabi --prefix=$(shell pwd)/external/libctr9_io/out && make && make install .PHONY: release release: diff --git a/host/compile_ctr9_io.sh b/host/compile_ctr9_io.sh deleted file mode 100755 index 61a9354..0000000 --- a/host/compile_ctr9_io.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/bash - -unset CFLAGS -unset LDFLAGS -unset ASFLAGS -unset CROSS_CFLAGS -unset CROSS_LDFLAGS -unset CROSS_ASFLAGS - -cd external/libctr9_io -git clean -fxd -autoreconf -fi -./configure --host arm-none-eabi --prefix=$(pwd)/out -make -make install -cd ../../ -- 2.39.5