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:
parent
3e9314d067
commit
06f8a908a2
2
external/gpl3/gdb/dist/intl/Makefile.in
vendored
2
external/gpl3/gdb/dist/intl/Makefile.in
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user