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
|
||||
|
||||
define MAKELIB
|
||||
-$(MAKEDIR) $@
|
||||
-$(MAKEDIR) $(@D)
|
||||
$(DELETE) $@
|
||||
echo "Making $@"
|
||||
$(AR) $@ $^ $(LOG_COMMAND)
|
||||
|
||||
Reference in New Issue
Block a user