]> git.pld-linux.org Git - packages/ledit.git/commitdiff
86d3459c3590a376ae4ee34107b467d6 ledit-warn_seq.patch
authorankry <ankry@pld-linux.org>
Sun, 12 May 2002 23:51:00 +0000 (23:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ledit-warn_seq.patch -> 1.1

ledit-warn_seq.patch [new file with mode: 0644]

diff --git a/ledit-warn_seq.patch b/ledit-warn_seq.patch
new file mode 100644 (file)
index 0000000..a9ed68d
--- /dev/null
@@ -0,0 +1,23 @@
+Common subdirectories: ledit-1.10.orig/CVS and ledit-1.10/CVS
+diff -u ledit-1.10.orig/Makefile ledit-1.10/Makefile
+--- ledit-1.10.orig/Makefile   Sat Jun 16 15:28:43 2001
++++ ledit-1.10/Makefile        Mon May 13 00:33:09 2002
+@@ -19,7 +19,7 @@
+       sed s/LEDIT_VERSION/$$VERSION/ ledit.l.tpl > ledit.l
+ pa_local.cmo: pa_local.ml
+-      $(PP) pa_extend.cmo q_MLast.cmo -warn_seq pa_local.ml -o pa_local.ppo
++      $(PP) pa_extend.cmo q_MLast.cmo pa_local.ml -o pa_local.ppo
+       $(COMP) -I `camlp4 -where` -c -impl pa_local.ppo
+       /bin/rm -f pa_local.ppo
+@@ -42,7 +42,7 @@
+ include .depend
+ .ml.cmo:
+-      $(PP) ./pa_local.cmo -warn_seq $< -o $*.ppo
++      $(PP) ./pa_local.cmo $< -o $*.ppo
+       $(COMP) -I `camlp4 -where` -c -impl $*.ppo
+       /bin/rm -f $*.ppo
+ .mli.cmi:
+Only in ledit-1.10: Makefile~
This page took 0.077301 seconds and 4 git commands to generate.