mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 11:40:31 -04: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@
13 lines
256 B
Text
13 lines
256 B
Text
--- 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
|