Fix build.

This commit is contained in:
Maho Nakata
2010-02-07 06:17:29 +00:00
parent d81fffe69d
commit 8addf1a5dc

View File

@@ -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*