Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 298669 | Differences between
and this patch

Collapse All | Expand All

(-)keynote-2.3.orig/Makefile.in (+2 lines)
Lines 86-94 Link Here
86
86
87
k.tab.c: keynote.y header.h keynote.h assertion.h config.h
87
k.tab.c: keynote.y header.h keynote.h assertion.h config.h
88
	$(YACC) $(YACCFLAGS) keynote.y
88
	$(YACC) $(YACCFLAGS) keynote.y
89
k.tab.h: k.tab.c
89
90
90
z.tab.c: keynote-ver.y keynote.h header.h config.h
91
z.tab.c: keynote-ver.y keynote.h header.h config.h
91
	$(YACC) $(YACCFLAGS2) keynote-ver.y
92
	$(YACC) $(YACCFLAGS2) keynote-ver.y
93
z.tab.h: z.tab.c
92
94
93
lex.kn.c: keynote.l k.tab.h header.h keynote.h assertion.h config.h
95
lex.kn.c: keynote.l k.tab.h header.h keynote.h assertion.h config.h
94
	$(LEX) $(LEXFLAGS) keynote.l
96
	$(LEX) $(LEXFLAGS) keynote.l

Return to bug 298669