mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
- Clean up a malloc() call to get rid of some warnings. - Pet portlint by using "makepatch" for the patches, added the license, changed a tab after the WWW line. PR: 208295 Submitted by: pfg@
14 lines
256 B
Plaintext
14 lines
256 B
Plaintext
--- MPI/makefile.orig 1998-12-17 15:47:44 UTC
|
|
+++ MPI/makefile
|
|
@@ -1,8 +1,8 @@
|
|
all_drivers :
|
|
- cd drivers ; make drivers
|
|
+ cd drivers ; ${MAKE} drivers
|
|
|
|
lib :
|
|
- cd src ; make spoolesMPI.a
|
|
+ cd src ; ${MAKE} spoolesMPI.a
|
|
|
|
clean :
|
|
cd src ; make clean
|