summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorScore_Under2024-04-07 21:41:08 +0100
committerScore_Under2024-04-07 21:41:08 +0100
commitd8a59c45b96dd05925da5a8368f30bec8bf8c856 (patch)
tree3df43ef8a2b71cd74aa2fd9b3c91949b54d18a03
parent303552991de4d0afdd208075735983a91ba72ff2 (diff)
downloadaur-d8a59c45b96dd05925da5a8368f30bec8bf8c856.tar.gz
Remove unused patch
-rw-r--r--make-clean-fix.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/make-clean-fix.patch b/make-clean-fix.patch
deleted file mode 100644
index 969151633111..000000000000
--- a/make-clean-fix.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- OOC/Makefile 2022-11-15 15:25:59.668336806 +0000
-+++ OOC/Makefile.fixed 2022-11-15 15:25:53.498212219 +0000
-@@ -31,6 +31,6 @@
- ar rvs OOC64.a ${OOC_OBJ}
-
- clean:
-- chmod 644 *.c *.h *.asm *.txt Makefile*
-+ -chmod 644 *.c *.h *.asm *.txt Makefile*
- rm -f ${OOC_OBJ} OOC32.a OOC64.a
-