diff options
Diffstat (limited to 'osdep')
-rw-r--r-- | osdep/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/osdep/Makefile b/osdep/Makefile index 6460c0f7d1..d0f99220f1 100644 --- a/osdep/Makefile +++ b/osdep/Makefile @@ -41,6 +41,7 @@ CFLAGS = $(OPTFLAGS) -I. -I.. $(EXTRA_INC) $(LIBNAME): $(OBJS) $(AR) r $(LIBNAME) $(OBJS) + $(RANLIB) $(LIBNAME) all: $(LIBNAME) |