toolchain/pax - ensure $(bindir) is present before install
$(basedir)/Makefile - fix paths for toolchain archive creation
This commit is contained in:
parent
94998f6491
commit
1e85e6fb7e
2 changed files with 7 additions and 3 deletions
|
@ -27,6 +27,9 @@ $(bindir)/$(progname): $(objs) | $(bindir)
|
|||
$(objdir)/%.o: $(src)/%.c $(hdrs) | $(objdir)
|
||||
$(CC) $(cflags) -o $@ -c $<
|
||||
|
||||
$(bindir):
|
||||
install -d $@
|
||||
|
||||
$(objdir):
|
||||
$(info $(grn)=== Building for $(progname) ===$(reset))
|
||||
install -d $@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue