diff options
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 4bed9a507..88a25db19 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,7 +17,7 @@ dist-hook: check: test test: - @(cd tests; make quiet-test) + @(cd tests; $(MAKE) quiet-test) # # Build source and binary rpms. For rpm-3.0 and above, the ~/.rpmmacros |