1
0

release 6.15.8

This commit is contained in:
2025-07-26 13:24:48 +03:00
parent 48372baf14
commit 4d05ae4de6
27 changed files with 206 additions and 244 deletions

View File

@@ -1,16 +1,3 @@
PROGS = conf
KBUILD_PROGS = conf
include $(top_rulesdir)/Makefile.inc
conf: conf.o confdata.o expr.o lexer.lex.o menu.o parser.tab.o preprocess.o symbol.o util.o
lexer.lex.o: parser.tab.h
%.lex.c: %.l
flex -o$@ -L $<
%.tab.c: %.y
bison -o$@ -t -l $<
%.tab.h: %.y
bison -o/dev/null --defines=$@ -t -l $<