Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 364923
Collapse All | Expand All

(-)Makefile.in.orig (-2 / +4 lines)
Lines 60-69 Link Here
60
vtund: $(OBJS)
60
vtund: $(OBJS)
61
	$(CC) $(CFLAGS) -o vtund $(OBJS) $(LFD_OBJS) $(LDFLAGS)
61
	$(CC) $(CFLAGS) -o vtund $(OBJS) $(LFD_OBJS) $(LDFLAGS)
62
62
63
cfg_file.tab.c: cfg_file.y cfg_kwords.h config.h
63
cfg_file.tab.h:
64
	$(YACC) $(YACCFLAGS) -b cfg_file cfg_file.y
64
	$(YACC) $(YACCFLAGS) -b cfg_file cfg_file.y
65
65
66
cfg_file.lex.c: cfg_file.l cfg_kwords.h config.h
66
cfg_file.tab.c: cfg_file.y cfg_kwords.h config.h cfg_file.tab.h
67
68
cfg_file.lex.c: cfg_file.l cfg_kwords.h config.h cfg_file.tab.h
67
	$(LEX) $(LEXFLAGS) cfg_file.l > cfg_file.lex.c 
69
	$(LEX) $(LEXFLAGS) cfg_file.l > cfg_file.lex.c 
68
70
69
depend:
71
depend:

Return to bug 364923