autotools: Removed useless instruction from Eolian++ helper

This commit is contained in:
Savio Sena 2014-09-17 20:20:40 -03:00
parent 5999456a9f
commit 787726db69
1 changed files with 0 additions and 1 deletions

View File

@ -16,4 +16,3 @@ SUFFIXES += .eo.hh
%.eo.hh: %.eo $(_EOLIAN_CXX_DEP)
$(AM_V_EOLCXX)$(EOLIAN_CXX) $(EOLIAN_FLAGS) -o $@ $<
CLEANFILES += $(BUILT_SOURCES)