Skip to content
Snippets Groups Projects
Commit 2cc142e6 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

And order-only smblib too.. *sigh*

parent 9f0cae20
No related branches found
No related tags found
No related merge requests found
Pipeline #5596 passed
......@@ -21,7 +21,7 @@ CFLAGS += -I$(XPDEV_SRC) $(ENCODE_CFLAGS) $(HASH_CFLAGS)
# SMBLIB Library Link Rule
$(SMBLIB_BUILD): $(OBJODIR) $(OBJS)
$(SMBLIB_BUILD): $(OBJS) | $(OBJODIR)
@echo Creating $@ ...
$(QUIET)$(AR) rc $@ $(OBJS)
$(QUIET)$(RANLIB) $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment