mirror of
https://github.com/clearml/dropbear
synced 2025-02-12 07:25:30 +00:00
%s/ranlib/$(RANLIB)/
--HG-- branch : libtommath-dropbear extra : convert_revision : 2af95f00ebd5bb7a28b3817db1218442c935388e
This commit is contained in:
parent
9e9858b81c
commit
ca52f070ae
@ -87,7 +87,7 @@ bn_mp_to_signed_bin_n.o bn_mp_to_unsigned_bin_n.o
|
|||||||
|
|
||||||
$(LIBNAME): $(OBJECTS)
|
$(LIBNAME): $(OBJECTS)
|
||||||
$(AR) $(ARFLAGS) $@ $(OBJECTS)
|
$(AR) $(ARFLAGS) $@ $(OBJECTS)
|
||||||
ranlib $@
|
$(RANLIB) $@
|
||||||
|
|
||||||
#make a profiled library (takes a while!!!)
|
#make a profiled library (takes a while!!!)
|
||||||
#
|
#
|
||||||
@ -110,7 +110,7 @@ profiled_single:
|
|||||||
rm -f *.o ltmtest
|
rm -f *.o ltmtest
|
||||||
$(CC) $(CFLAGS) -fbranch-probabilities -DTESTING -c mpi.c -o mpi.o
|
$(CC) $(CFLAGS) -fbranch-probabilities -DTESTING -c mpi.c -o mpi.o
|
||||||
$(AR) $(ARFLAGS) $(LIBNAME) mpi.o
|
$(AR) $(ARFLAGS) $(LIBNAME) mpi.o
|
||||||
ranlib $(LIBNAME)
|
$(RANLIB) $(LIBNAME)
|
||||||
|
|
||||||
install: $(LIBNAME)
|
install: $(LIBNAME)
|
||||||
install -d -g $(GROUP) -o $(USER) $(DESTDIR)$(LIBPATH)
|
install -d -g $(GROUP) -o $(USER) $(DESTDIR)$(LIBPATH)
|
||||||
|
Loading…
Reference in New Issue
Block a user