From f195573dd0cba47cb84b4888a83127ab0795022d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 10 Dec 2010 18:09:55 +0200 Subject: Cosmetic changes --- odb/makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'odb/makefile') diff --git a/odb/makefile b/odb/makefile index 2569de5..0b135b4 100644 --- a/odb/makefile +++ b/odb/makefile @@ -58,15 +58,16 @@ $(cxx_obj) $(cxx_od): $(odb.l.cpp-options) $(out_base)/details/config.h $(odb.l.cpp-options): value := -I$(out_root) -I$(src_root) $(out_base)/details/config.h: - @echo '// file : odb/details/config.h' >$@ - @echo '// author : automatically generated' >>$@ + @echo '/* file : odb/details/config.h' >$@ + @echo ' * author : automatically generated' >>$@ + @echo ' */' >>$@ @echo '' >>$@ @echo '#ifndef ODB_DETAILS_CONFIG_H' >>$@ @echo '#define ODB_DETAILS_CONFIG_H' >>$@ @echo '' >>$@ @echo '#define ODB_THREADS_POSIX 1' >>$@ @echo '' >>$@ - @echo '#endif // ODB_DETAILS_CONFIG_H' >>$@ + @echo '#endif /* ODB_DETAILS_CONFIG_H */' >>$@ $(call include-dep,$(cxx_od),$(cxx_obj),$(out_base)/details/config.h) -- cgit v1.1