mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:31:41 +03:00
make should be $(MAKE)
This commit is contained in:
parent
0d6a87ed7a
commit
6235a8d969
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue