blob: 775cd2e0cb9ac7ea1895f262efa8ad8a6933edd9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-as,v 1.2 2001/03/26 22:51:39 skrll Exp $
--- cnv/rletogif/makefile.src.orig Fri Jun 7 16:57:40 1991
+++ cnv/rletogif/makefile.src
@@ -15,8 +15,7 @@
# The executable. The ".out" will be stripped off in the install action.
rletogif.out: ${OBJ}
- ${CC} ${CFLAGS} ${OBJ} ${LIBS} -o rletogif.new
- mv rletogif.new rletogif.out
+ ${LIBTOOL} --mode=link ${CC} ${CFLAGS} ${OBJ} -o rletogif.out ../../lib/librle.la -lm
# Incremental install, copies executable to DEST dir.
install : default install-pgm
|