summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-11-28 10:30:18 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-11-28 10:30:18 +0000
commit874716e3b4afe0cb4048ca716e5178a882b71efd (patch)
tree1ada163f9e45c9c1a24b36496b3a95ceda2007b1 /Makefile
parent3f1a772e3829bcaa3daa6eccc065a7403b1763b9 (diff)
downloadperl_checker-874716e3b4afe0cb4048ca716e5178a882b71efd.tar
perl_checker-874716e3b4afe0cb4048ca716e5178a882b71efd.tar.gz
perl_checker-874716e3b4afe0cb4048ca716e5178a882b71efd.tar.bz2
perl_checker-874716e3b4afe0cb4048ca716e5178a882b71efd.tar.xz
perl_checker-874716e3b4afe0cb4048ca716e5178a882b71efd.zip
ensure ocamltags (and so emacs) is not needed, and add a BuildRequires on ocaml
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 3a71235..0551aaa 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ PREFIX = /usr
BINDIR = $(PREFIX)/bin
INSTALLVENDORLIB = $(shell eval "`perl -V:installvendorlib`"; echo $$installvendorlib | sed 's,/usr,$(PREFIX),')
-GENERATED = MDK/Common.pm index.html
+GENERATED = MDK/Common.pm index.html perl_checker.src/perl_checker
.PHONY: perl_checker.src
@@ -17,10 +17,10 @@ index.html: MDK/Common.pm
MDK/Common.pm: %: %.pl
perl $< > $@
-perl_checker.src:
- $(MAKE) -C $@
+perl_checker.src/perl_checker:
+ $(MAKE) -C perl_checker.src native-code
-test: perl_checker.src
+test: perl_checker.src/perl_checker
perl_checker.src/perl_checker MDK/Common/*.pm
clean: