* Makefile.in (SHLIB): Build with CC instead of CXX.

From-SVN: r16528
This commit is contained in:
Jeffrey A Law 1997-11-17 05:41:36 +00:00 committed by Jeff Law
parent 8dfe3c6245
commit 9671be8f8a
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Sun Nov 16 22:41:55 1997 Jeffrey A Law (law@cygnus.com)
* Makefile.in (SHLIB): Build with CC instead of CXX.
Sun Nov 2 23:34:09 1997 Manfred Hollstein <manfred@s-direktnet.de>
* configure.in: Use delta.mt for m68k-motorola-sysv.

View File

@ -87,7 +87,7 @@ $(ARLIB): stdlist
$(RANLIB) $(ARLIB)
$(SHLIB): piclist
$(CXX) $(LIBCXXFLAGS) $(SHFLAGS) -shared -o $(SHLIB) `cat piclist` $(SHDEPS)
$(CC) $(LIBCXXFLAGS) $(SHFLAGS) -shared -o $(SHLIB) `cat piclist` $(SHDEPS)
$(SHARLIB): $(SHLIB)
-rm -f t$(SHARLIB)