Skip to content

Commit

Permalink
make -B to work with builddir target.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Muhlestein committed Feb 8, 2010
1 parent 9e3a495 commit 8f727bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/fx2.mk
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ iic: $(BUILDDIR)/$(BASENAME).iic
$(FX2LIBDIR)/lib/fx2.lib: $(FX2LIBDIR)/lib/*.c $(FX2LIBDIR)/lib/*.a51
make -C $(FX2LIBDIR)/lib

$(BUILDDIR):
mkdir $(BUILDDIR)
$(BUILDDIR):
mkdir -p $(BUILDDIR)

$(BUILDDIR)/$(BASENAME).ihx: $(BUILDDIR) $(SOURCES) $(A51_SOURCES) $(FX2LIBDIR)/lib/fx2.lib $(DEPS)
# can't use default target %.rel because there is no way
Expand Down

0 comments on commit 8f727bd

Please sign in to comment.