summaryrefslogtreecommitdiff
path: root/math/pari/files/patch-af
blob: c8d3ecce7c73972cd47359d0437eaba4e78b40ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- ../pari-2.0.16.beta.orig/config/Makefile.SH	Mon Jun 28 19:23:29 1999
+++ ./config/Makefile.SH	Fri Aug 13 08:05:46 1999
@@ -384,13 +384,13 @@
 
 if test -n "$emacs"; then
   cat >> $file << EOT
-$pari_elc: $emx/pari.el
-	@echo "Byte-Compiling pari.el..."
-	-cd $emx; $emacs -batch -l compile
+#$pari_elc: $emx/pari.el
+#	@echo "Byte-Compiling pari.el..."
+#	-cd $emx; $emacs -batch -l compile
 
-$install_emacs_files: $pari_elc
+$install_emacs_files: #$pari_elc
 	-mkdir -p \$(MISCDIR)
-	-\$(INSTALL_DATA)   $pari_elc           \$(MISCDIR)
+#	-\$(INSTALL_DATA)   $pari_elc           \$(MISCDIR)
 	\$(INSTALL_DATA)    $emx/pari.el        \$(MISCDIR)
 	\$(INSTALL_DATA)    $emx/pariemacs.txt  \$(MISCDIR)
 	\$(INSTALL_DATA)    $emx/with-syntax.el     \$(MISCDIR)