Commit a5f59a15 authored by Nils Goroll's avatar Nils Goroll

compatibility with sol^H^H^Holder sed

parent ce1e8c0d
...@@ -70,13 +70,15 @@ $(TESTS): tbl_vtc.h ...@@ -70,13 +70,15 @@ $(TESTS): tbl_vtc.h
@ln -s $< $<.h @ln -s $< $<.h
$(AM_V_GEN) ( echo '#-' && \ $(AM_V_GEN) ( echo '#-' && \
sed < $(top_srcdir)/LICENSE 's:^:# :' && \ sed < $(top_srcdir)/LICENSE 's:^:# :' && \
$(CPP) $<.h | sed '/^#/ d; s:\\n *:\n:g') >$@ $(CPP) $<.h | sed '/^#/ d; s:\\n *:\
:g') >$@
@rm -f $<.h @rm -f $<.h
.vtctpl.vtc: .vtctpl.vtc:
@rm -f $<.h @rm -f $<.h
@ln $< $<.h @ln $< $<.h
$(AM_V_GEN) ($(CPP) $<.h | sed '/^#/ d; s:\\n *:\n:g; s: *%% *::g;') >$@ $(AM_V_GEN) ($(CPP) $<.h | sed '/^#/ d; s:\\n *:\
:g; s: *%% *::g;') >$@
@rm -f $<.h @rm -f $<.h
# Test suite # Test suite
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment