Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit db48d145 authored by Nicolas Geoffray's avatar Nicolas Geoffray Committed by Android Git Automerger
Browse files

am 247dd0c4: Merge "Do not remove the generated .hpp file from yacc."

* commit '247dd0c4':
  Do not remove the generated .hpp file from yacc.
parents b11697d3 247dd0c4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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

###########################################################