1
0
mirror of https://github.com/adtools/clib2.git synced 2025-12-08 14:59:05 +00:00

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

View File

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