Hi, At Sun, 9 Apr 2006 01:51:38 +0900, Robin Stocker wrote in [ruby-core:07688]: > +ifeq ($(firstword $(YACC)), bison) > + cp $< $<.tmp > +else > +# If we don't have a bison yacc, strip the literal strings > + sed '/^%token/ s|"[^"]*"||' $< > $<.tmp > +endif This depends on GNU make? -- Nobu Nakada