Create the proper directoy for MAKELIB.

This commit is contained in:
Sebastian Bauer 2018-04-10 23:19:10 +02:00
parent 196d37b28a
commit 85c36839d5
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ $(CC) $(AFLAGS) -o $@ -c $< $(LOG_COMMAND)
endef
define MAKELIB
-$(MAKEDIR) $@
-$(MAKEDIR) $(@D)
$(DELETE) $@
echo "Making $@"
$(AR) $@ $^ $(LOG_COMMAND)