aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-12-10 18:09:55 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-12-10 18:09:55 +0200
commitf195573dd0cba47cb84b4888a83127ab0795022d (patch)
tree595e17c2d3f52f87437c68858e578333aa1611cf
parentd74e6724c0d313167eb3c8762892fa6a81024f00 (diff)
Cosmetic changes
-rw-r--r--odb/makefile7
1 files changed, 4 insertions, 3 deletions
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)