summaryrefslogtreecommitdiff
path: root/debian/patches/cmxa-install.dpatch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/cmxa-install.dpatch')
-rwxr-xr-xdebian/patches/cmxa-install.dpatch23
1 files changed, 0 insertions, 23 deletions
diff --git a/debian/patches/cmxa-install.dpatch b/debian/patches/cmxa-install.dpatch
deleted file mode 100755
index 7e8d2ffb..00000000
--- a/debian/patches/cmxa-install.dpatch
+++ /dev/null
@@ -1,23 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## cmxa-install.dpatch by Samuel Mimram <smimram@debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: .cmxa are not generated on non-native archs, so don't install them.
-
-@DPATCH@
-diff -urNad coq-8.1+dfsg~/Makefile coq-8.1+dfsg/Makefile
---- coq-8.1+dfsg~/Makefile 2007-02-18 13:25:29.000000000 +0100
-+++ coq-8.1+dfsg/Makefile 2007-02-18 13:27:28.000000000 +0100
-@@ -1272,7 +1272,11 @@
- parsing/parsing.cma tactics/tactics.cma toplevel/toplevel.cma \
- parsing/highparsing.cma tactics/hightactics.cma contrib/contrib.cma
-
--OBJECTCMXA=$(OBJECTCMA:.cma=.cmxa)
-+ifeq ($(BEST),opt)
-+ OBJECTCMXA=$(OBJECTCMA:.cma=.cmxa)
-+else
-+ OBJECTCMXA=
-+endif
-
- install-library:
- $(MKDIR) $(FULLCOQLIB)