ports/math/spooles/files/patch-MT+makefile
Maho Nakata f18cdd2f47 Cosmetic updates
- 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@
2016-04-18 11:28:17 +00:00

13 lines
252 B
Text

--- MT/makefile.orig 1998-12-17 15:47:48 UTC
+++ MT/makefile
@@ -1,8 +1,8 @@
all_drivers :
- cd drivers ; make drivers
+ cd drivers ; ${MAKE} drivers
lib :
- cd src ; make spoolesMT.a
+ cd src ; ${MAKE} spoolesMT.a
clean :
cd src ; make clean