(stamp_BLD): Rename from $(BLD). Create a file stamp_BLD after creating the
$(BLD) directory.
This commit is contained in:
parent
9ccc1a31ee
commit
92ac68e016
1 changed files with 2 additions and 1 deletions
|
@ -200,8 +200,9 @@ OBJDIR = oo-spd
|
|||
endif
|
||||
$(OBJDIR):; -mkdir "$(OBJDIR)"
|
||||
BLD = $(OBJDIR)/$(ARCH)
|
||||
$(BLD): $(OBJDIR)
|
||||
stamp_BLD: $(OBJDIR)
|
||||
-mkdir "$(BLD)"
|
||||
echo $(BLD) > $@
|
||||
|
||||
COMPILER_TEMP_FILES =
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue