summarylogtreecommitdiffstats
path: root/gdb-and-rules.patch
diff options
context:
space:
mode:
Diffstat (limited to 'gdb-and-rules.patch')
-rw-r--r--gdb-and-rules.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb-and-rules.patch b/gdb-and-rules.patch
index 1beb694acd76..6672808eb4a4 100644
--- a/gdb-and-rules.patch
+++ b/gdb-and-rules.patch
@@ -208,7 +208,7 @@ diff --unified --recursive --text buildscripts.old/dkarm-eabi/scripts/build-crtl
cd rules
tar -xvf $SRCDIR/devkitarm-rules-$DKARM_RULES_VER.tar.xz
-make install
-+patch -u Makefile -i "$SRCDIR"/../rules-makefile.patch
++patch -u Makefile -i "$SRCDIR"/rules-makefile.patch
+DESTDIR=$DEVKITPRO make install
#---------------------------------------------------------------------------------
@@ -218,6 +218,6 @@ diff --unified --recursive --text buildscripts.old/dkarm-eabi/scripts/build-crtl
cd crtls
tar -xvf $SRCDIR/devkitarm-crtls-$DKARM_CRTLS_VER.tar.xz
-make install
-+patch -u Makefile -i "$SRCDIR"/../crtls-makefile.patch
++patch -u Makefile -i "$SRCDIR"/crtls-makefile.patch
+DESTDIR=$DEVKITPRO make install