Fix the ltp Makefile to allow for installation of all non-c (scripts) files
authorAkshay Lal <akshaylal@google.com>
Fri, 1 Jul 2011 20:52:43 +0000 (13:52 -0700)
committerChristoph Hellwig <hch@lst.de>
Wed, 13 Jul 2011 12:07:41 +0000 (14:07 +0200)
commitdbbad331d3acddc438a661f193d1d7a5284aaff0
tree58827ae9b7aef3470c50486b6f7dc7f2b05c09e4
parent9d9bc83dff4c3e04a900f9f082b0b4fb3ed2ddd8
Fix the ltp Makefile to allow for installation of all non-c (scripts) files

Current the Makefile only builds the .c files and installs
them in the $INSTALL path. However, the ltp directory contains a shell script,
which doen't get copied over (installed) when a "make install"is invoked.

This behaviour causes test 080 to fail since it requires rwtest.sh to be
present in the ltp/ directory.

Tested: Updated the Makefile and ran a static build script & test
080.

Signed-off-by: Akshay Lal <akshaylal@google.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
ltp/Makefile