aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-12-10 18:10:28 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-12-10 18:10:28 +0200
commit9e791a4d96ea01569cde3bdc2545e992b350ff40 (patch)
tree4d17436bc4514a102417578d8807b3b576822abe
parent333b0b971e85a221769748ea75439aa44dda6f69 (diff)
Cosmetic changes
-rw-r--r--odb/tracer/makefile7
1 files 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)