diff options
author | Maho Nakata <maho@FreeBSD.org> | 2010-02-07 06:17:29 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2010-02-07 06:17:29 +0000 |
commit | 8addf1a5dc5759132ec48bcf27d6695cce7028bd (patch) | |
tree | 217ad38ca30204ebecc61d0192dab533fff8100c /math | |
parent | Added creation of the rundir for pid files - thanks to spil.oss@gmail.com (diff) |
Fix build.
Notes
Notes:
svn path=/head/; revision=249351
Diffstat (limited to 'math')
-rw-r--r-- | math/gotoblas/files/patch-Makefile-exports | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/math/gotoblas/files/patch-Makefile-exports b/math/gotoblas/files/patch-Makefile-exports deleted file mode 100644 index 302f10b05093..000000000000 --- a/math/gotoblas/files/patch-Makefile-exports +++ /dev/null @@ -1,28 +0,0 @@ ---- exports/Makefile 2009-12-04 02:35:17.000000000 +0900 -+++ exports/Makefile 2009-12-31 19:23:31.000000000 +0900 -@@ -161,13 +161,13 @@ - rm -f goto.$(SUFFIX) - - linux.def : gensymbol ../Makefile.system ../getarch.c -- ./gensymbol linux $(ARCH) $(BU) $(EXPRECISION) $(NO_CBLAS) > $(@F) -+ ./gensymbol linux $(GARCH) $(BU) $(EXPRECISION) $(NO_CBLAS) > $(@F) - - osx.def : gensymbol ../Makefile.system ../getarch.c -- ./gensymbol osx $(ARCH) $(BU) $(EXPRECISION) $(NO_CBLAS) > $(@F) -+ ./gensymbol osx $(GARCH) $(BU) $(EXPRECISION) $(NO_CBLAS) > $(@F) - - aix.def : gensymbol ../Makefile.system ../getarch.c -- ./gensymbol aix $(ARCH) $(BU) $(EXPRECISION) $(NO_CBLAS) > $(@F) -+ ./gensymbol aix $(GARCH) $(BU) $(EXPRECISION) $(NO_CBLAS) > $(@F) - - symbol.S : gensymbol - ./gensymbol win2kasm noarch dummy $(EXPRECISION) $(NO_CBLAS) > symbol.S -@@ -177,7 +177,7 @@ - rm -f linktest - - linktest.c : gensymbol ../Makefile.system ../getarch.c -- ./gensymbol linktest $(ARCH) $(BU) $(EXPRECISION) $(NO_CBLAS) > linktest.c -+ ./gensymbol linktest $(GARCH) $(BU) $(EXPRECISION) $(NO_CBLAS) > linktest.c - - clean :: - @rm -f *.def *.dylib __.SYMDEF* |