Selaa lähdekoodia

Run ranlib after creating the library.

Adam Heath 25 vuotta sitten
vanhempi
commit
b04a336dd8
2 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. 4 0
      ChangeLog
  2. 1 0
      optlib/Makefile.in

+ 4 - 0
ChangeLog

@@ -1,3 +1,7 @@
+Sun Oct 21 12:58:04 CDT 2001 Adam Heath <doogie@debian.org>
+
+  * optlib/Makefile.in: Run ranlib after creating the library.
+
 Sun Oct 21 12:56:37 CDT 2001 Adam Heath <doogie@debian.org>
 
   * archtable, scripts/dpkg-architecture.pl: Add darwin.  The source

+ 1 - 0
optlib/Makefile.in

@@ -14,6 +14,7 @@ all:: libopt.a
 	
 libopt.a: $(OBJECTS)
 	$(AR) r $@ $^
+	$(RANLIB) $@
 
 .PHONY: install
 install:: all