Fix from main trunk, 2000-09-25 10:52 levitte:

'ranlib' doesn't always run on some systems.  That's actually
acceptable, since all that happens if it fails is a library with an
index, which makes linking slower, but still working correctly.
This commit is contained in:
Richard Levitte
2000-10-11 02:04:16 +00:00
parent a08d14fef4
commit eb3633164e
39 changed files with 78 additions and 39 deletions

View File

@@ -39,7 +39,8 @@ all: lib
lib: $(LIBOBJ)
$(AR) $(LIB) $(LIBOBJ)
$(RANLIB) $(LIB)
@echo You may get an error following this line. Please ignore.
- $(RANLIB) $(LIB)
@touch lib
files: