From 9e791a4d96ea01569cde3bdc2545e992b350ff40 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 10 Dec 2010 18:10:28 +0200 Subject: Cosmetic changes --- odb/tracer/makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/odb/tracer/makefile b/odb/tracer/makefile index 3e76532..3cba67c 100644 --- a/odb/tracer/makefile +++ b/odb/tracer/makefile @@ -33,14 +33,15 @@ $(odb_tracer.l.cpp-options): $(odb.l.cpp-options) $(cxx_obj) $(cxx_od): $(odb_tracer.l.cpp-options) $(out_base)/details/config.h $(out_base)/details/config.h: - @echo '// file : odb/tracer/details/config.h' >$@ - @echo '// author : automatically generated' >>$@ + @echo '/* file : odb/tracer/details/config.h' >$@ + @echo ' * author : automatically generated' >>$@ + @echo ' */' >>$@ @echo '' >>$@ @echo '#ifndef ODB_TRACER_DETAILS_CONFIG_H' >>$@ @echo '#define ODB_TRACER_DETAILS_CONFIG_H' >>$@ @echo '' >>$@ @echo '' >>$@ - @echo '#endif // ODB_TRACER_DETAILS_CONFIG_H' >>$@ + @echo '#endif /* ODB_TRACER_DETAILS_CONFIG_H */' >>$@ $(call include-dep,$(cxx_od),$(cxx_obj),$(out_base)/details/config.h) -- cgit v1.1