Patch to fix workload installation issue

Signed-off-by: poornima nayak <[email protected]>

diff -uprN ltp-full-20090930/utils/Makefile 
ltp-full-20090930_patched/utils/Makefile
--- ltp-full-20090930/utils/Makefile    2009-10-05 02:10:46.000000000 -0400
+++ ltp-full-20090930_patched/utils/Makefile    2009-10-12 22:48:30.000000000 
-0400
@@ -27,6 +27,6 @@ all: configure
        @set -e; for i in $(SUBDIRS); do $(MAKE) -C $$i $@; done;
 
 install:
-
+       @set -e; for i in $(SUBDIRS); do $(MAKE) -C $$i $@; done;
 clean:
        @set -e; for i in $(SUBDIRS); do $(MAKE) -C $$i $@; done;

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to