diff options
| author | rsc <devnull@localhost> | 2005-01-30 16:50:02 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2005-01-30 16:50:02 +0000 |
| commit | 66c1faee8dd835e8a6a5f6a743506c03df7272d2 (patch) | |
| tree | 751e2506b62b880d493bf760b944e60e3084dd46 /unix/make/Makefile.LIB | |
| parent | 38c087aa6de2776139e7b4cbacd36942fa0b98de (diff) | |
| download | plan9port-66c1faee8dd835e8a6a5f6a743506c03df7272d2.tar.gz plan9port-66c1faee8dd835e8a6a5f6a743506c03df7272d2.zip | |
add ranlib for mac
Diffstat (limited to 'unix/make/Makefile.LIB')
| -rw-r--r-- | unix/make/Makefile.LIB | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/make/Makefile.LIB b/unix/make/Makefile.LIB index 9ebf5606..bd655ce5 100644 --- a/unix/make/Makefile.LIB +++ b/unix/make/Makefile.LIB @@ -1,4 +1,5 @@ $(LIB): $(OFILES) $(AR) $(ARFLAGS) $(LIB) $(OFILES) + $(RANLIB) $(LIB) NUKEFILES+=$(LIB) |
