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 208dbba..c495a70 100644 --- a/Makefile.am +++ b/Makefile.am | |||
@@ -27,7 +27,7 @@ install-root: | |||
27 | tap: | 27 | tap: |
28 | cd @TAP_DIR@ && $(MAKE) | 28 | cd @TAP_DIR@ && $(MAKE) |
29 | 29 | ||
30 | test test-debug: tap | 30 | test test-debug: |
31 | cd lib && $(MAKE) $@ | 31 | cd lib && $(MAKE) $@ |
32 | if test "$(PERLMODS_DIR)" != ""; then cd perlmods && $(MAKE) $@; fi | 32 | if test "$(PERLMODS_DIR)" != ""; then cd perlmods && $(MAKE) $@; fi |
33 | cd plugins && $(MAKE) $@ | 33 | cd plugins && $(MAKE) $@ |