diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-03-23 14:29:10 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-03-23 14:29:10 +0000 |
commit | 6235a8d9692b67c61c0aad3f9216df7a9507ff80 (patch) | |
tree | 43a91c58b4c3df94f84c6f8fa3b3f89f2edc60cc | |
parent | 0d6a87ed7ad3f3b91a8cdd3578a9327a52af1ef9 (diff) |
make should be $(MAKE)
-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 |