From: Grzegorz J. <ja...@ac...> - 2005-02-03 14:04:42
|
> Makefile: All occurences of '$?' should probably be replaced by '$^'. > Using '$?' make will only consider modified files, which is > wrong as you need always all for linking. > > BUILDING: The line Thanks, fixed. > > 1. change to directory opencxx/parser and execute ptree-gen.sh > > should read > > 1. change to directory occ-core/parser and execute ptree-gen.sh Thanks, fixed. BR Grzegorz |