Avoid building plural.c from plural.y. Since we now build with gnumake,

emptying the pattern rules is not enough.
This commit is contained in:
christos 2017-11-29 03:34:22 +00:00
parent 3e9314d067
commit 06f8a908a2

View File

@ -133,6 +133,8 @@ libintl.h: $(srcdir)/libgnuintl.h
$(COMPILE) $<
.y.c:
@echo "Not rebuilding yacc output"
cp -p $(srcdir)/$@ $@
# $(YACC) $(YFLAGS) --output $@ $<
# rm -f $*.h