View | Details | Raw Unified | Return to bug 14139
Collapse All | Expand All

(-)patch-aa (-1 / +11 lines)
Lines 1-5 Link Here
1
--- Makefile.orig	Thu Aug 26 09:49:08 1999
1
--- Makefile.orig	Thu Aug 26 09:49:08 1999
2
+++ Makefile	Sat Oct  2 23:19:17 1999
2
+++ Makefile	Mon Oct  4 19:01:45 1999
3
@@ -2,17 +2,17 @@
3
@@ -2,17 +2,17 @@
4
 # Maarten Boekhold (boekhold@cindy.et.tudelft.nl) 1995
4
 # Maarten Boekhold (boekhold@cindy.et.tudelft.nl) 1995
5
 
5
 
Lines 31-33 Link Here
31
 
31
 
32
 # Set this if your system needs extra libraries
32
 # Set this if your system needs extra libraries
33
 #
33
 #
34
@@ -42,7 +42,8 @@
35
 all: dbf2mysql mysql2dbf
36
 
37
 libdbf.a: dbf.o endian.o
38
-	$(AR) rcs libdbf.a dbf.o endian.o
39
+	$(AR) rc libdbf.a dbf.o endian.o
40
+	$(RANLIB) libdbf.a
41
 
42
 dbf2mysql: dbf2mysql.o libdbf.a
43
 	$(CC) $(CFLAGS) -s -L. $(MYSQLLIB) -o $@ dbf2mysql.o -ldbf \

Return to bug 14139