blob: 9a082c1da5b0afed5abfc9ead2080e8744068ac2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-ak,v 1.3 2001/01/10 14:07:23 bad Exp $
--- pnm/fiasco/output/Makefile.orig Fri Jul 7 00:23:22 2000
+++ pnm/fiasco/output/Makefile Wed Jan 10 14:50:07 2001
@@ -8,7 +8,8 @@
all: libfiasco_output.a
libfiasco_output.a: $(OBJECTS)
- ar -rc $@ $(OBJECTS)
+ $(AR) -rc $@ $(OBJECTS)
+ $(RANLIB) $@
all: $(OBJECTS)
|