> > OPTIONAL_CONFIG=config_file > OPTIONALS= > > if[ -e $(CONFIG_FILE) ]; then > OPTIONALS+=config_file > fi > por supuesto, un problema entre el teclado y la silla.... OPTIONAL_CONFIG=config_file OPTIONALS= if[ -e $(OPTIONAL_CONFIG) ]; then OPTIONALS+=config_file fi