fix possibility of incorrect bison invocation, when make tries to
make calib_yacc.h before calib_yacc.c
This commit is contained in:
parent
af062d2865
commit
c5028f9699
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ libcomedi_la_CFLAGS = $(COMEDILIB_CFLAGS) -D_REENTRANT -DLOCALSTATEDIR=\"\$(loca
|
|||
libcomedi_la_LDFLAGS = -release $(VERSION) -Wl,--version-script=$(srcdir)/version_script
|
||||
|
||||
calib_yacc.c + calib_yacc.h: $(srcdir)/calib_yacc.y
|
||||
$(YACC) -d -p calib_yy -o $@ $<
|
||||
$(YACC) -d -p calib_yy -o calib_yacc.c $<
|
||||
|
||||
calib_lex.c: $(srcdir)/calib_lex.l
|
||||
$(LEX) -Pcalib_yy -o$@ $<
|
||||
|
|
Loading…
Add table
Reference in a new issue