diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-11-22 03:36:10 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-11-22 03:36:10 +0000 |
commit | ac1bb3af5c32dd8a185a9966e90b533817acef5c (patch) | |
tree | c33662b5bfa8e2801201abea02d293c9db4d72e0 /libstdc++/Makefile.in | |
parent | 2c55c152fdb8d20bb80ac74690f8910182689d16 (diff) | |
download | gcc-ac1bb3af5c32dd8a185a9966e90b533817acef5c.tar.gz |
* Makefile.in (bigstmp-complex): Name changed to bigstmp-complx to
cope with filesystem not capable to handle names longer than
14 characters.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@16664 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++/Makefile.in')
-rw-r--r-- | libstdc++/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++/Makefile.in b/libstdc++/Makefile.in index bb25e899a86..b1f096500d3 100644 --- a/libstdc++/Makefile.in +++ b/libstdc++/Makefile.in @@ -17,7 +17,7 @@ VERSION = 2.8.0 OBJS = cstringi.o stdexcepti.o cstdlibi.o cmathi.o stlinst.o -SUBLIBS = $(STAMP)-string $(STAMP)-complex +SUBLIBS = $(STAMP)-string $(STAMP)-complx # C++ headers with no extension HEADERS= cassert cctype cerrno cfloat ciso646 climits clocale cmath complex \ @@ -190,7 +190,7 @@ stmp-complex: ${srcdir}/cinst.cc ${srcdir}/std/complext.h \ done touch stmp-complex -bigstmp-complex: ${srcdir}/cinst.cc ${srcdir}/std/complext.h \ +bigstmp-complx: ${srcdir}/cinst.cc ${srcdir}/std/complext.h \ ${srcdir}/std/complext.cc ${srcdir}/std/dcomplex.h \ ${srcdir}/std/ldcomplex.h echo fcomplex |