aboutsummaryrefslogtreecommitdiff
path: root/devel/coccinelle/files/patch-pycaml-Makefile
blob: 773243339a64b0f39026e659ddae6555f119ebb8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- pycaml/Makefile.orig	2009-04-06 12:59:15.000000000 +0200
+++ pycaml/Makefile	2009-04-06 12:59:20.000000000 +0200
@@ -3,7 +3,7 @@
 OCAMLMAKEFILE = OCamlMakefile
 PY_PREFIX = $(shell python getprefix.py)
 PY_VERSION = $(shell python getversion.py)
-CLIBS = python$(PY_VERSION) pthread dl util m c
+CLIBS = python$(PY_VERSION) pthread util m c
 
 SOURCES = pycaml.ml pycaml_ml.c
 RESULT = pycaml