Hi!
When doing 'make install' in ltp/testcases/realtime/ the process stops
because the dummy makefile generated from empty Makefile.am is not
correct makefile (has unmakeable targets). This could be easily fixed by
adding m4 to FILTER_OUT_DIRS.

Patch attached.

Signed-off-by: Cyril Hrubis [email protected]

-- 
Cyril Hrubis
[email protected]
Index: ltp-full-20100630/testcases/realtime/Makefile
===================================================================
--- ltp-full-20100630.orig/testcases/realtime/Makefile
+++ ltp-full-20100630/testcases/realtime/Makefile
@@ -38,7 +38,7 @@ include $(abs_srcdir)/config.mk
 endif
 
 LIBDIR			:= lib
-FILTER_OUT_DIRS		:= $(LIBDIR)
+FILTER_OUT_DIRS		:= $(LIBDIR) m4
 LIB			:= $(LIBDIR)/librealtime.a
 
 # START autotools junk
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to