Commit 9671be8f by Jeffrey A Law Committed by Jeff Law

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

From-SVN: r16528
parent 8dfe3c62
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.
......
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment