mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Use $(MAKE) instead of make for systems that need gmake.
This commit is contained in:
parent
22ebd46baa
commit
3efe011acc
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ linear.o: linear.cpp linear.h
|
|||
$(CXX) $(CFLAGS) -c -o linear.o linear.cpp
|
||||
|
||||
blas/blas.a:
|
||||
cd blas; make OPTFLAGS='$(CFLAGS)' CC='$(CC)';
|
||||
cd blas; $(MAKE) OPTFLAGS='$(CFLAGS)' CC='$(CC)';
|
||||
|
||||
clean:
|
||||
cd blas; make clean
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue