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