aboutsummaryrefslogtreecommitdiff
path: root/cutl/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cutl/makefile')
-rw-r--r--cutl/makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/cutl/makefile b/cutl/makefile
index 34c8e00..a6d5d03 100644
--- a/cutl/makefile
+++ b/cutl/makefile
@@ -1,5 +1,4 @@
# file : cutl/makefile
-# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
@@ -58,7 +57,7 @@ $(cxx_obj) $(cxx_od): $(odb_tracer.l.cpp-options) $(out_base)/details/config.h
$(out_base)/details/config.h:
@echo '// file : cutl/details/config.h' >$@
- @echo '// author : automatically generated' >>$@
+ @echo '// note : automatically generated' >>$@
@echo '' >>$@
@echo '#ifndef CUTL_DETAILS_CONFIG_H' >>$@
@echo '#define CUTL_DETAILS_CONFIG_H' >>$@