Remove ltplite and runltplite.sh

ltplite was meant to be used as a quick test for install base.
It contains duplicate definitions:
fs, ipc, math, mm, nptl, pty, sched, syscalls

Definitions are outdated anyway. There is no point trying trying
to keep them sync.

Signed-off-by: Petr Vorel <pvorel@suse.cz>
diff --git a/Makefile b/Makefile
index b0368a4..bcadd21 100644
--- a/Makefile
+++ b/Makefile
@@ -163,7 +163,7 @@
 $(foreach tgt,$(MAKE_TARGETS) include-all lib-all $(filter-out clean_install_dir,$(CLEAN_TARGETS)) $(INSTALL_TARGETS) include-install lib-install,$(eval $(call target_to_dir_dep_mapping,$(tgt))))
 
 BINDIR_INSTALL_SCRIPTS	:= execltp
-SRCDIR_INSTALL_SCRIPTS	:= IDcheck.sh runltp runltplite.sh ver_linux
+SRCDIR_INSTALL_SCRIPTS	:= IDcheck.sh runltp ver_linux
 SRCDIR_INSTALL_READONLY	:= Version
 SRCDIR_INSTALL_TARGETS	:= $(SRCDIR_INSTALL_SCRIPTS) $(SRCDIR_INSTALL_READONLY)