Skip to content

Commit

Permalink
make install builds even if --disable-jim-install
Browse files Browse the repository at this point in the history
Reported-By: Evan Hunter <ehunter@broadcom.com>
Signed-off-by: Steve Bennett <steveb@workware.net.au>
  • Loading branch information
msteveb committed Nov 21, 2011
1 parent d307da4 commit 7a8c042
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.in
Expand Up @@ -84,7 +84,8 @@ uninstall:
rm -f $(DESTDIR)$(prefix)/include/jim*.h
rm -f $(DESTDIR)$(prefix)/doc/jim/Tcl.html
@else
install install-exec uninstall:
install install-exec: all
uninstall:
@endif

test: $(JIMSH)
Expand Down

0 comments on commit 7a8c042

Please sign in to comment.