$NetBSD$

--- cnv/rletoabA62/makefile.src.orig	Fri Jun  7 16:57:14 1991
+++ cnv/rletoabA62/makefile.src
@@ -15,9 +15,7 @@
 # Executables.  The .out will be stripped off in the install action.
 
 rletoabA62.out	:	rletoabA62.o rle.o
-			$(CC) $(CFLAGS) -o rletoabA62.new \
-			  rletoabA62.o rle.o $(LIBS)
-			mv rletoabA62.new rletoabA62.out
+	${LIBTOOL} --mode=link ${CC} ${CFLAGS} -o rletoabA62.out rletoabA62.o rle.o ../../lib/librle.la -lm
 
 # Incremental install, copies executable to DEST dir.
 install		:	default install-pgm
