summaryrefslogtreecommitdiff
path: root/test/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 2ff046c8..47227fc8 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -16,5 +16,5 @@ check_PROGRAMS = runner.beam
CLEANFILES = test.ini
-runner.beam$(EXEEXT): runner.erl
+runner.beam: runner.erl
$(ERLC) $<