Commit 4f44785e by Kaveh R. Ghazi Committed by Kaveh Ghazi

* Makefile.in (libcpp.a): Check RANLIB_TEST before runing RANLIB.

From-SVN: r23563
parent 3d697b4c
Sat Nov 7 23:34:01 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* Makefile.in (libcpp.a): Check RANLIB_TEST before runing RANLIB.
Sat Nov 7 22:26:19 1998 David Edelsohn <edelsohn@mhpcc.edu>
* collect2.c (main, case 'b'): Use else if.
......
......@@ -1884,7 +1884,7 @@ LIBCPP_OBJS = cpplib.o cpphash.o cppalloc.o cpperror.o cppexp.o cppfiles.o \
libcpp.a: $(LIBCPP_OBJS)
$(AR) $(ARFLAGS) libcpp.a $(LIBCPP_OBJS)
$(RANLIB) libcpp.a
if $(RANLIB_TEST) ; then $(RANLIB) libcpp.a ; else true ; fi
cppmain$(exeext): cppmain.o libcpp.a $(LIBDEPS)
$(CC) $(ALL_CFLAGS) $(LDFLAGS) -o cppmain$(exeext) cppmain.o \
......
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