Skip to content

Commit

Permalink
Fix use of MKDIR_P in lws-term/Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
PerBothner committed Jun 28, 2018
1 parent be323f0 commit 572231e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lws-term/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ all-am: ldomterm$(EXEEXT) ../bin/domterm$(EXEEXT)
# (This is to make execute-in-place and execute-after-install be similar.)
LN_H = ln
../bin/domterm$(EXEEXT): ldomterm$(EXEEXT)
cd .. && $(MKDIR_P) bin
$(MKDIR_P) ../bin
@rm -f ../bin/domterm$(EXEEXT)
cd ../bin && $(LN_H) ../lws-term/ldomterm$(EXEEXT) domterm$(EXEEXT)

Expand Down

0 comments on commit 572231e

Please sign in to comment.