File tree Expand file tree Collapse file tree 3 files changed +2
-13
lines changed
Expand file tree Collapse file tree 3 files changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -171,6 +171,7 @@ Sum Wu sum@geekhouse.org
171171Théophile Ranquet theophile.ranquet@gmail.com
172172Thiru Ramakrishnan thiru.ramakrishnan@gmail.com
173173Thomas Jahns jahns@dkrz.de
174+ Thomas Petazzoni thomas.petazzoni@bootlin.com
174175Tim Josling tej@melbpc.org.au
175176Tim Landscheidt tim@tim-landscheidt.de
176177Tim Van Holder tim.van.holder@pandora.be
Original file line number Diff line number Diff line change @@ -37,18 +37,6 @@ endif FLEX_WORKS
3737DASH = -
3838% D% /reccalc$(DASH ) parse.o : % D% /scan.h
3939
40- % D% /scan.c % D% /scan.h : % D% /scan.stamp
41- @test -f $@ || rm -f %D%/scan.stamp
42- @test -f $@ || $(MAKE ) $(AM_MAKEFLAGS ) %D%/scan.stamp
43-
44- % D% /scan.stamp : % D% /scan.l
45- $(AM_V_LEX ) rm -f $@ $@ .tmp
46- $(AM_V_at )$(MKDIR_P ) %D%
47- $(AM_V_at ) touch $@ .tmp
48- $(AM_V_at )$(LEX ) -o%D%/scan.c --header-file=%D%/scan.h $(srcdir ) /%D%/scan.l
49- $(AM_V_at ) mv $@ .tmp $@
50-
51-
5240EXTRA_DIST += %D%/reccalc.test %D%/scan.l
5341dist_reccalc_DATA = %D%/parse.y %D%/scan.l %D%/Makefile %D%/README.md
5442CLEANFILES += %D%/parse.[ch] %D%/parse.output %D%/scan.[ch] %D%/*.stamp
Original file line number Diff line number Diff line change 33/* Disable Flex features we don't need, to avoid warnings. */
44%option nodefault noinput nounput noyywrap
55
6- %option reentrant
6+ %option reentrant header-file= " scan.h "
77
88%{
99#include < assert.h>
You can’t perform that action at this time.
0 commit comments