summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CREDITS2
-rw-r--r--common/Makefile.in1
-rw-r--r--redfsm/Makefile.in1
3 files changed, 3 insertions, 1 deletions
diff --git a/CREDITS b/CREDITS
index 949e45b4..24942276 100644
--- 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
diff --git a/common/Makefile.in b/common/Makefile.in
index 381b6c52..baf3c055 100644
--- a/common/Makefile.in
+++ b/common/Makefile.in
@@ -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
diff --git a/redfsm/Makefile.in b/redfsm/Makefile.in
index e8bb35c7..d59eef19 100644
--- a/redfsm/Makefile.in
+++ b/redfsm/Makefile.in
@@ -47,6 +47,7 @@ all: redfsm.a
redfsm.a: $(GEN_SRC) $(OBJS)
ar -cr $@ $(OBJS)
+ ranlib $@
ifeq ($(BUILD_PARSERS),true)