summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index 22a45a6..5df6a31 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -6,7 +6,7 @@ RESULT = perl_checker
BCSUFFIX = _debug
SOURCES = types.mli build.ml common.ml flags.ml config_file.ml info.ml parser_helper.ml parser.mly lexer.mll tree.ml global_checks.ml perl_checker.ml
LIBS = unix
-VENDORLIB = $(shell dirname `pwd`)
+fake_packages_dir = $(shell dirname `pwd`)/fake_packages
DEBUG = 1
default: TAGS build_ml build.ml debug-code native-code perl_checker.html
@@ -17,7 +17,7 @@ build_ml:
build.ml:
date '+let date = "%s"' > $@
- echo 'let fake_packages_dir = "'$(VENDORLIB)'/perl_checker_fake_packages"' >> $@
+ echo 'let fake_packages_dir = "'$(fake_packages_dir)'"' >> $@
echo 'let debugging = $(DEBUG) > 0' >> $@
%.html: %.html.pl