summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/etap/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/etap/Makefile.am b/test/etap/Makefile.am
index d0f751f8..042c0bc2 100644
--- a/test/etap/Makefile.am
+++ b/test/etap/Makefile.am
@@ -14,7 +14,7 @@ noinst_SCRIPTS = run
noinst_DATA = test_util.beam
%.beam: %.erl
- erlc $<
+ $(ERLC) $<
run: run.tpl
sed -e "s|%abs_top_srcdir%|@abs_top_srcdir@|g" \