From a07bc79117971b96ebf3188c0a34a73ee0a3609b Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Sun, 14 Feb 2010 19:40:18 +0000 Subject: removed trailing whitespace --- packages/TPF/maketpf.env_curllib | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'packages/TPF/maketpf.env_curllib') diff --git a/packages/TPF/maketpf.env_curllib b/packages/TPF/maketpf.env_curllib index 8a9ad9f0a..f6ad5ba9d 100644 --- a/packages/TPF/maketpf.env_curllib +++ b/packages/TPF/maketpf.env_curllib @@ -6,19 +6,21 @@ ################################################################################ # Define the directories where the shared objects reside -################################################################################ +################################################################################ + ROOTLIBDIRS := $(foreach d,$(TPF_ROOT),$d/opensource/curl/output/lib) ################################################################################ -# Define the directories where the loadables (XXXXVV) are to be written +# Define the directories where the loadables (XXXXVV) are to be written ################################################################################ ROOTLOADDIRS := $(foreach d,$(TPF_ROOT),$d/opensource/curl/output/load) ################################################################################ # Define the location of the export files used by the LD postprocessor -# - currently expected that .exp files will also live in lib dir -################################################################################ +# - currently expected that .exp files will also live in lib dir +################################################################################ + ROOTEXPDIRS := $(foreach d,$(TPF_ROOT_LM),$d/opensource/curl/output/exp) ################################################################################ -- cgit v1.2.3