diff options
author | Maho Nakata <maho@FreeBSD.org> | 2006-03-15 06:08:53 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2006-03-15 06:08:53 +0000 |
commit | 868771d4659e72f34accc61d62c609caf91d3766 (patch) | |
tree | 46eddfa36b4886331d6f5bc1916f36925dccc9ee /math/spooles | |
parent | 8afcfc0759a9135a41e85dd607c9bb09d7b28afe (diff) |
Notes
Diffstat (limited to 'math/spooles')
-rw-r--r-- | math/spooles/files/patch-MPI+makefile | 13 | ||||
-rw-r--r-- | math/spooles/files/patch-MT+makefile | 13 |
2 files changed, 26 insertions, 0 deletions
diff --git a/math/spooles/files/patch-MPI+makefile b/math/spooles/files/patch-MPI+makefile new file mode 100644 index 000000000000..c55261ee0afb --- /dev/null +++ b/math/spooles/files/patch-MPI+makefile @@ -0,0 +1,13 @@ +--- MPI/makefile.orig Mon Feb 20 16:41:10 2006 ++++ MPI/makefile Mon Feb 20 16:42:02 2006 +@@ -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 diff --git a/math/spooles/files/patch-MT+makefile b/math/spooles/files/patch-MT+makefile new file mode 100644 index 000000000000..511f6740990f --- /dev/null +++ b/math/spooles/files/patch-MT+makefile @@ -0,0 +1,13 @@ +--- MT/makefile.orig Mon Feb 20 16:39:12 2006 ++++ MT/makefile Mon Feb 20 16:43:07 2006 +@@ -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 |