Skip to content
Snippets Groups Projects
Commit 0d3bf893 authored by deuce's avatar deuce
Browse files

Create directory BEFORE putting files into it (doh!)

parent 9fb6a944
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ $(SMBLIB_ODIR)/%.o : %.c $(BUILD_DEPENDS)
@echo $(COMPILE_MSG) $<
$(QUIET)$(CC) $(CFLAGS) -o $@ -c $<
$(SMBLIB_TARGET): $(SMBLIB_OBJS) $(BUILD_DEPENDS) $(SMBLIB_ODIR)
$(SMBLIB_TARGET): $(SMBLIB_ODIR) $(SMBLIB_OBJS) $(BUILD_DEPENDS)
@echo Creating $<
@(QUIET)ar rc $@ $(SMBLIB_OBJS)
@(QUIET)ranlib $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment