Fixed a lot of warnings and errors.
This commit is contained in:
@@ -37,7 +37,7 @@ rule fpcMkObjectDirs
|
||||
{
|
||||
dir = [ FDirName $(LOCATE_TARGET) $(i:D) ] ;
|
||||
Depends $(i:S=$(SUFOBJ)) : $(dir) ;
|
||||
MkDir $(dir) ;
|
||||
MkDir -p $(dir) ;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -59,6 +59,13 @@ actions fpc
|
||||
fpc -g -S2 $(2) -FE$(dir) ;
|
||||
}
|
||||
|
||||
# call the Lex interpreter
|
||||
|
||||
actions Lex
|
||||
{
|
||||
flex $(2) ;
|
||||
}
|
||||
|
||||
# Make a zip file named $(1) that include (recursively) all files in the directory list $(2), except the ones
|
||||
# in the CVS subdirectories
|
||||
rule MakeZip
|
||||
@@ -145,7 +152,7 @@ rule MkObjectDirs
|
||||
{
|
||||
dir = [ FDirName $(LOCATE_TARGET) $(i:D) ] ;
|
||||
Depends $(i:S=$(SUFOBJ)) : $(dir) ;
|
||||
MkDir $(dir) ;
|
||||
MkDir -p $(dir) ;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user