~ubuntu-branches/ubuntu/karmic/coccinelle/karmic

« back to all changes in this revision

Viewing changes to debian/patches/fixes/system-menhir.diff

  • Committer: Bazaar Package Importer
  • Author(s): Євгеній Мещеряков
  • Date: 2009-05-11 15:32:24 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090511153224-1odv41d4dkr3y80v
Tags: 0.1.8.deb-2
Use common install Makefile target for both native and bytecode
build. This hopefully fixes FTBFS on bytecode archs 

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 2 files changed, 4 insertions(+), 4 deletions(-)
12
12
 
13
13
diff --git a/Makefile b/Makefile
14
 
index 631c43b..e1b883e 100644
 
14
index aeaf9f3..f57fe76 100644
15
15
--- a/Makefile
16
16
+++ b/Makefile
17
17
@@ -59,10 +59,10 @@ LIBS=commons/commons.cma \
28
28
 
29
29
 ##############################################################################
30
30
diff --git a/parsing_cocci/Makefile b/parsing_cocci/Makefile
31
 
index cf02ae3..8fb2bfe 100644
 
31
index 51a86b4..532c0d4 100644
32
32
--- a/parsing_cocci/Makefile
33
33
+++ b/parsing_cocci/Makefile
34
 
@@ -40,8 +40,8 @@ get_constants.ml get_constants2.ml parse_cocci.ml
 
34
@@ -40,8 +40,8 @@ get_constants.ml get_constants2.ml adjacency.ml parse_cocci.ml
35
35
 LIBS=../commons/commons.cma ../globals/globals.cma
36
36
 SYSLIBS = str.cma unix.cma
37
37
 
43
43
 INCLUDES = -I ../commons -I ../commons/ocamlextra -I ../globals \
44
44
 -I $(MENHIR_PATH)
45
45
-- 
46
 
tg: (df6f9a4..) fixes/system-menhir (depends on: fixes/system-pycaml)
 
46
tg: (25d7b7a..) fixes/system-menhir (depends on: fixes/system-pycaml)