diff --git a/lib/superfox/Makefile b/lib/superfox/Makefile index 69e00eb88..7cacd12ad 100644 --- a/lib/superfox/Makefile +++ b/lib/superfox/Makefile @@ -17,11 +17,11 @@ CFLAGS= -O9 -Wall all: rs_sf.a rstest rs_125_49 -OBJS1 = rstest.o ran1.o +OBJS1 = rstest.o ran1.o rs_sf.a rstest: $(OBJS1) $(FC) -o rstest $(OBJS1) rs_sf.a -OBJS2 = rs_125_49.o ran1.o get_crc14.o +OBJS2 = rs_125_49.o ran1.o get_crc14.o rs_sf.a rs_125_49: $(OBJS2) $(FC) -o rs_125_49 $(OBJS2) rs_sf.a diff --git a/lib/superfox/rs_sf.c b/lib/superfox/rs_sf.c index a57c4bcef..d44d6fb85 100644 --- a/lib/superfox/rs_sf.c +++ b/lib/superfox/rs_sf.c @@ -26,14 +26,21 @@ void rs_encode_sf_(int *dgen, int *sent) // Reverse data order for the Karn codec. for(i=0; i