am 247dd0c4
: Merge "Do not remove the generated .hpp file from yacc."
* commit '247dd0c4af33fc7d3ebcfc058837e131e5185546': Do not remove the generated .hpp file from yacc.
This commit is contained in:
commit
db48d14584
1 changed files with 0 additions and 1 deletions
|
@ -850,7 +850,6 @@ echo '#ifndef '$(@F:$1=_h) > $(@:$1=.h)
|
|||
echo '#define '$(@F:$1=_h) >> $(@:$1=.h)
|
||||
cat $(@:$1=$(YACC_HEADER_SUFFIX)) >> $(@:$1=.h)
|
||||
echo '#endif' >> $(@:$1=.h)
|
||||
rm -f $(@:$1=$(YACC_HEADER_SUFFIX))
|
||||
endef
|
||||
|
||||
###########################################################
|
||||
|
|
Loading…
Reference in a new issue