summarylogtreecommitdiffstats
path: root/make-clean-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'make-clean-fix.patch')
-rw-r--r--make-clean-fix.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/make-clean-fix.patch b/make-clean-fix.patch
new file mode 100644
index 000000000000..969151633111
--- /dev/null
+++ b/make-clean-fix.patch
@@ -0,0 +1,10 @@
+--- 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
+