summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fix-install.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/fix-install.patch b/fix-install.patch
deleted file mode 100644
index 0cbf039cdfcd..000000000000
--- a/fix-install.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: Makefile
-===================================================================
---- Makefile (revision 715)
-+++ Makefile (working copy)
-@@ -172,7 +172,7 @@
- rm -f spim spim.exe *.o TAGS test.out lex.yy.cpp parser_yacc.cpp parser_yacc.h y.output
-
- install: spim
-- install spim $(BIN_DIR)/spim
-+ install -D spim $(BIN_DIR)/spim
- install -d $(EXCEPTION_DIR)
- install -m 0444 $(CPU_DIR)/exceptions.s $(EXCEPTION_DIR)/exceptions.s
-