Armor against systems without ranlib...

Submitted by: Thierry Lelegard <thierry.lelegard@canal-plus.fr>

PR: 461
This commit is contained in:
Lutz Jänicke
2003-01-16 17:22:30 +00:00
parent d745af4b0c
commit 018c56fdca
4 changed files with 4 additions and 4 deletions

View File

@@ -46,7 +46,7 @@ all: lib
lib: $(LIBOBJ)
$(AR) $(LIB) $(LIBOBJ)
$(RANLIB) $(LIB)
$(RANLIB) $(LIB) || echo Never mind.
@touch lib
files: