diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 208dbbab..c495a700 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,7 +27,7 @@ install-root: tap: cd @TAP_DIR@ && $(MAKE) -test test-debug: tap +test test-debug: cd lib && $(MAKE) $@ if test "$(PERLMODS_DIR)" != ""; then cd perlmods && $(MAKE) $@; fi cd plugins && $(MAKE) $@ |