X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=example-codegen%2Fcodegen.make;h=ee630917ad3f952c551b332bb35a2927df412576;hp=add7355511a35f5e2e9ca30cd56be437c4e30c68;hb=528c5faa455bf7a92fe612346cc03b8032b17f7f;hpb=d37ba346490f74d11dbd2e676d6968b2cb46af8c diff --git a/example-codegen/codegen.make b/example-codegen/codegen.make index add7355..ee63091 100644 --- a/example-codegen/codegen.make +++ b/example-codegen/codegen.make @@ -16,7 +16,7 @@ libt2ngroup_%.P : Makefile.am %.libt2nstamp : libt2ngroup_%.P $(LIBT2N_CODEGEN) # assuming we have some unix like shell (maybe even bash) - echo BUILT_SOURCES: $(BUILT_SOURCES) +# echo BUILT_SOURCES: $(BUILT_SOURCES) # temporarily create _common.hxx file (will be overwritten by codegen below) echo '#include "codegen-stubhead.hxx"' > $*_common.hxx; echo '#include "$*.hxx"' >> $*_common.hxx;