mirror of
https://github.com/solemnwarning/ipxwrapper
synced 2024-12-30 16:45:37 +01:00
Create missing directory under .d/
This commit is contained in:
parent
7ea305fe95
commit
7017d4cf94
2
Makefile
2
Makefile
@ -36,7 +36,7 @@ CFLAGS := -std=c99 -mno-ms-bitfields -Wall $(DBG_OPT) $(INCLUDE)
|
||||
CXXFLAGS := -std=c++0x -mno-ms-bitfields -Wall $(DBG_OPT) $(INCLUDE)
|
||||
|
||||
DEPDIR := .d
|
||||
$(shell mkdir -p $(DEPDIR)/src/ $(DEPDIR)/tools/ $(DEPDIR)/tests/)
|
||||
$(shell mkdir -p $(DEPDIR)/src/ $(DEPDIR)/tools/ $(DEPDIR)/tests/tap/)
|
||||
DEPFLAGS = -MT $@ -MMD -MP -MF $(DEPDIR)/$@.Td
|
||||
DEPPOST = @mv -f $(DEPDIR)/$@.Td $(DEPDIR)/$@.d && touch $@
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user