Skip to content
Snippets Groups Projects
Commit 9fb6a944 authored by deuce's avatar deuce
Browse files

Fix bug in last commit

parent fa4e4c50
Branches
Tags
No related merge requests found
...@@ -36,6 +36,6 @@ $(SMBLIB_TARGET): $(SMBLIB_OBJS) $(BUILD_DEPENDS) $(SMBLIB_ODIR) ...@@ -36,6 +36,6 @@ $(SMBLIB_TARGET): $(SMBLIB_OBJS) $(BUILD_DEPENDS) $(SMBLIB_ODIR)
@(QUIET)ar rc $@ $(SMBLIB_OBJS) @(QUIET)ar rc $@ $(SMBLIB_OBJS)
@(QUIET)ranlib $@ @(QUIET)ranlib $@
$(SMBLIB_ODIR) $(SMBLIB_ODIR):
$(QUIET)$(IFNOTEXIST) mkdir $(SMBLIB_ODIR) $(QUIET)$(IFNOTEXIST) mkdir $(SMBLIB_ODIR)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment