summaryrefslogtreecommitdiff
path: root/ocamltest/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ocamltest/Makefile')
-rw-r--r--ocamltest/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/ocamltest/Makefile b/ocamltest/Makefile
index 0065cc6876..9694b94b3c 100644
--- a/ocamltest/Makefile
+++ b/ocamltest/Makefile
@@ -220,9 +220,6 @@ ocamltest.opt$(EXE): $(native_modules)
%.ml: %.mll
$(ocamllex) $(OCAMLLEX_FLAGS) $<
-%.$(O): %.c
- $(CC) $(OC_CFLAGS) $(OC_CPPFLAGS) -c $<
-
ocamltest_config.ml: ocamltest_config.ml.in Makefile ../Makefile.config
sed \
-e 's|@@AFL_INSTRUMENT@@|$(AFL_INSTRUMENT)|' \