aboutsummaryrefslogtreecommitdiff
path: root/odb/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'odb/makefile')
-rw-r--r--odb/makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/odb/makefile b/odb/makefile
index 6c243e8..6144c0b 100644
--- a/odb/makefile
+++ b/odb/makefile
@@ -1,5 +1,4 @@
# file : odb/makefile
-# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
@@ -84,7 +83,7 @@ $(odb.l.cpp-options): value := -I$(out_root) -I$(src_root)
$(out_base)/details/config.h: | $(out_base)/details/.
@echo '/* file : odb/details/config.h' >$@
- @echo ' * author : automatically generated' >>$@
+ @echo ' * note : automatically generated' >>$@
@echo ' */' >>$@
@echo '' >>$@
@echo '#ifndef ODB_DETAILS_CONFIG_H' >>$@