aboutsummaryrefslogtreecommitdiff
path: root/util/crossgcc/patches/acpica-unix-20121114_no_remove_destination.patch
diff options
context:
space:
mode:
Diffstat (limited to 'util/crossgcc/patches/acpica-unix-20121114_no_remove_destination.patch')
-rw-r--r--util/crossgcc/patches/acpica-unix-20121114_no_remove_destination.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/util/crossgcc/patches/acpica-unix-20121114_no_remove_destination.patch b/util/crossgcc/patches/acpica-unix-20121114_no_remove_destination.patch
deleted file mode 100644
index 85a6f1b0fa..0000000000
--- a/util/crossgcc/patches/acpica-unix-20121114_no_remove_destination.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ur acpica-unix-20121114.orig/generate/unix/Makefile.config acpica-unix-20121114/generate/unix/Makefile.config
---- acpica-unix-20121114.orig/generate/unix/Makefile.config 2012-12-05 16:11:48.000000000 -0800
-+++ acpica-unix-20121114/generate/unix/Makefile.config 2012-12-05 16:12:31.000000000 -0800
-@@ -57,7 +57,7 @@
- #
- COPYPROG = \
- @mkdir -p ../$(BINDIR); \
-- cp --remove-destination $(PROG) ../$(BINDIR); \
-+ cp $(PROG) ../$(BINDIR); \
- echo "Copied $(PROG) to $(FINAL_PROG)";
-
- #