From 8a6900b6de6b5c1a1690526c73b4f7ea9c7d2ead Mon Sep 17 00:00:00 2001 From: jjh Date: Tue, 10 Jul 2007 09:04:42 +0000 Subject: [PATCH] attempting to debug ppc64 build --- libtomcrypt.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtomcrypt.spec b/libtomcrypt.spec index c414381..fef0504 100644 --- a/libtomcrypt.spec +++ b/libtomcrypt.spec @@ -45,7 +45,7 @@ developing applications that use %{name}. export CFLAGS="$RPM_OPT_FLAGS -DLTM_DESC -I%{_includedir}/tommath" make %{?_smp_mflags} LIBPATH=%{_libdir} -f makefile docs make %{?_smp_mflags} LIBPATH=%{_libdir} EXTRALIBS="-ltommath" -f makefile.shared || : -for i in '/tmp/cc*.out' +for i in /tmp/cc*.out do echo $i wc -l $i