configure: Hide rm command in new YACC rules.

This commit is contained in:
Andrew Johnson
2011-09-02 16:24:09 -05:00
parent 098f7ce850
commit 189dfc6188
+2 -2
View File
@@ -226,8 +226,8 @@ YACCOPT ?= $($*_YACCOPT)
# are creating it
#
%.c: %.y
$(RM) $*.tab.c
$(RM) $*.tab.h
@$(RM) $*.tab.c
@$(RM) $*.tab.h
$(YACC) -b$* $(YACCOPT) $<
$(MV) $*.tab.c $*.c
$(if $(findstring -d, $(YACCOPT)),$(MV) $*.tab.h $*.h,)