mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 07:38:49 -05:00
make should be $(MAKE)
This commit is contained in:
parent
0d6a87ed7a
commit
6235a8d969
@ -17,7 +17,7 @@ dist-hook:
|
|||||||
check: test
|
check: test
|
||||||
|
|
||||||
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
|
# Build source and binary rpms. For rpm-3.0 and above, the ~/.rpmmacros
|
||||||
|
Loading…
Reference in New Issue
Block a user