f45302e632
Problem noted by Mark White <mark.white@st-edmund-hall.oxford.ac.uk> on tech-pkg.
15 lines
579 B
Text
15 lines
579 B
Text
$NetBSD: patch-ar,v 1.2 2001/03/26 22:51:39 skrll Exp $
|
|
|
|
--- 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
|