diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-11-28 10:30:18 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-11-28 10:30:18 +0000 |
commit | 874716e3b4afe0cb4048ca716e5178a882b71efd (patch) | |
tree | 1ada163f9e45c9c1a24b36496b3a95ceda2007b1 /Makefile | |
parent | 3f1a772e3829bcaa3daa6eccc065a7403b1763b9 (diff) | |
download | perl_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-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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: |