# HG changeset patch # User Mychaela Falconia # Date 1602906173 0 # Node ID 055d2cf216c8491b1eea05ed475ef3c86acbda05 # Parent 32a6a9833bd694e30dd9dd493be4384343555d5e components/comlib: missed condat3 bit diff -r 32a6a9833bd6 -r 055d2cf216c8 components/comlib --- a/components/comlib Sat Oct 17 03:26:12 2020 +0000 +++ b/components/comlib Sat Oct 17 03:42:53 2020 +0000 @@ -59,15 +59,13 @@ cfile_str2ind $SRCDIR/cl_ribu.c fi +if [ "$GPRS" = 1 ] +then + cfile_str2ind $SRCDIR/cl_rlcmac.c +fi + cfile_str2ind $SRCDIR/cl_md5.c cfile_str2ind $SRCDIR/cl_imei.c cfile_str2ind $SRCDIR/cl_des.c cfile_str2ind $SRCDIR/cl_shrd.c cfile_str2ind $SRCDIR/cl_list.c - -SRCDIR=$SRC/condat3/com/src/comlib - -if [ "$GPRS" = 1 ] -then - cfile_str2ind $SRCDIR/cl_rlcmac.c -fi