diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2010-12-10 18:10:19 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-12-10 18:10:19 +0200 |
commit | 7739cd564b628a8c574d4afaaad141543601b03b (patch) | |
tree | cd9db8784594c7154817ed0b0d3b5d68c7221f43 | |
parent | dcd5b13e6ab849ebd812f794a18654a90631b42f (diff) |
Cosmetic changes
-rw-r--r-- | odb/mysql/makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/odb/mysql/makefile b/odb/mysql/makefile index 53d2302..5de0116 100644 --- a/odb/mysql/makefile +++ b/odb/mysql/makefile @@ -67,15 +67,16 @@ $(gen): cli_options += \ --guard-prefix LIBODB_MYSQL_DETAILS $(out_base)/details/config.h: - @echo '// file : odb/mysql/details/config.h' >$@ - @echo '// author : automatically generated' >>$@ + @echo '/* file : odb/mysql/details/config.h' >$@ + @echo ' * author : automatically generated' >>$@ + @echo ' */' >>$@ @echo '' >>$@ @echo '#ifndef ODB_MYSQL_DETAILS_CONFIG_H' >>$@ @echo '#define ODB_MYSQL_DETAILS_CONFIG_H' >>$@ @echo '' >>$@ @echo '#define LIBODB_MYSQL_INCLUDE_LONG 1' >>$@ @echo '' >>$@ - @echo '#endif // ODB_MYSQL_DETAILS_CONFIG_H' >>$@ + @echo '#endif /* ODB_MYSQL_DETAILS_CONFIG_H */' >>$@ $(call include-dep,$(cxx_od),$(cxx_obj),$(gen) $(out_base)/details/config.h) |