From 875e64cd8614b16411544d529023480330d5876d Mon Sep 17 00:00:00 2001 From: Brad Bell Date: Fri, 20 Jan 2017 14:30:25 -0700 Subject: [PATCH] Remove sed script that is no longer used --- cppad.spec | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cppad.spec b/cppad.spec index 31a01ae..fbf4d85 100644 --- a/cppad.spec +++ b/cppad.spec @@ -95,10 +95,6 @@ sed \ # but cppad_lib is needed for the install procedure. Currently cppad_lib # only contains the cppad_colpack object which is not needed by the Fedora # distribution. This may or may not be true for next year 2018. -cat << EOF > CMakeLists.sed -/^ADD_SUBDIRECTORY(cppad_lib)/d -/^\tcppad_lib$/d -EOF list=`find . -name 'CMakeLists.txt' | \ sed -e '/^\.\/CMakeLists.txt/d' -e '/^\.\/cppad_lib\/CMakeLists.txt/d'` for file in $list