Skip to content

Commit

Permalink
Fix typo in Makefile rule.
Browse files Browse the repository at this point in the history
  • Loading branch information
PerBothner committed Feb 19, 2017
1 parent 33691bf commit 6234284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ if WITH_JAVA
endif

install-ldomterm:
cd lws-term &&& $(MAKE) install
cd lws-term && $(MAKE) install

install-exec-hook:
$(MKDIR_P) $(DESTDIR)$(bindir)
Expand Down

0 comments on commit 6234284

Please sign in to comment.