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:
@ -274,7 +274,7 @@ $(CC) $(AFLAGS) -o $@ -c $< $(LOG_COMMAND)
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define MAKELIB
|
define MAKELIB
|
||||||
-$(MAKEDIR) $@
|
-$(MAKEDIR) $(@D)
|
||||||
$(DELETE) $@
|
$(DELETE) $@
|
||||||
echo "Making $@"
|
echo "Making $@"
|
||||||
$(AR) $@ $^ $(LOG_COMMAND)
|
$(AR) $@ $^ $(LOG_COMMAND)
|
||||||
|
|||||||
Reference in New Issue
Block a user