From 3cb24b9caa33dadb104e39df9feb4f53183b449c Mon Sep 17 00:00:00 2001 From: Björn Persson Date: Wed, 22 May 2013 07:03:53 +0200 Subject: grammar change and comment improvements --- comfignat.gpr.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'comfignat.gpr.in') diff --git a/comfignat.gpr.in b/comfignat.gpr.in index 233c71a..c459bf7 100644 --- a/comfignat.gpr.in +++ b/comfignat.gpr.in @@ -15,13 +15,13 @@ -- project files. It is not to be installed on the target system. -- -- Normally the preprocessing of this file will be controlled by comfignat.mk, --- which will make it import the directory project if one is provided. It can +-- which will make it import the directories project if one is provided. It can -- also be preprocessed manually if Make cannot be used for some reason. There -- are defaults that will be used if no preprocessor symbols are defined. -#if Directory_GPR'Defined then - with $Directory_GPR; +#if Directories_GPR'Defined then + with $Directories_GPR; #end if; abstract project Comfignat is @@ -33,12 +33,12 @@ abstract project Comfignat is #end if; -- Intermediate files produced during the build shall be kept in Objdir. - #if Directory_Project'Defined then + #if Directories_Project'Defined then -- Put intermediate files for different architectures in subdirectories -- where they won't conflict with each other. (This is useful especially -- with binder files when they are packaged in debug information packages -- for multiarch systems.) - Objdir := Objdir & "/" & $Directory_Project.Hardware_Platform; + Objdir := Objdir & "/" & $Directories_Project.Hardware_Platform; #end if; #if Stagedir'Defined then -- cgit v1.2.3