diff options
Diffstat (limited to 'build-0.3/c/cpp-options.make')
-rw-r--r-- | build-0.3/c/cpp-options.make | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/build-0.3/c/cpp-options.make b/build-0.3/c/cpp-options.make index 8956d41..d6246a3 100644 --- a/build-0.3/c/cpp-options.make +++ b/build-0.3/c/cpp-options.make @@ -1,6 +1,5 @@ # file : build/c/cpp-options.make -# author : Boris Kolpackov <boris@codesynthesis.com> -# copyright : Copyright (c) 2004-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file $(out_base)/%.cpp-options: c-cpp-options-expand-impl = $(if $1,cat $1 >>$2) |