Patch from Kenny MacDermid, runs ranlib on archives.
authorthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Wed, 9 Jan 2008 03:43:00 +0000 (03:43 +0000)
committerthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Wed, 9 Jan 2008 03:43:00 +0000 (03:43 +0000)
git-svn-id: http://svn.complang.org/ragel/trunk@381 052ea7fc-9027-0410-9066-f65837a77df0

CREDITS
common/Makefile.in
redfsm/Makefile.in

diff --git a/CREDITS b/CREDITS
index 949e45b..2494227 100644 (file)
--- a/CREDITS
+++ b/CREDITS
@@ -32,4 +32,4 @@ missed.
     David Helder, Lexington Luthor, Jason Jobe, Colin Fleming, Carlos Antunes,
     Steve Horne, Matt Mower, Josef Goettgens, Zed Shaw, Marcus Rueckert, Jeremy
     Hinegardner, Aaron Campbell, Josh Purinton, Judson Lester, Barry Arthur,
-    Tim Potter, Ryan Phelps, David Waite
+    Tim Potter, Ryan Phelps, David Waite, Kenny MacDermid
index 381b6c5..baf3c05 100644 (file)
@@ -47,6 +47,7 @@ all: common.a
 
 common.a: $(GEN_SRC) $(OBJS)
        ar -cr $@ $(OBJS) 
+       ranlib $@
 
 version.h: ../version.mk
        echo '#define VERSION "$(VERSION)"' > version.h
index e8bb35c..d59eef1 100644 (file)
@@ -47,6 +47,7 @@ all: redfsm.a
 
 redfsm.a: $(GEN_SRC) $(OBJS)
        ar -cr $@ $(OBJS) 
+       ranlib $@
 
 ifeq ($(BUILD_PARSERS),true)