From 85fe8c2b378ec2c93d7ce4a745e1b58ddcf52899 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 5 Jan 2001 21:08:33 +0000 Subject: Fix the lex dependency. svn path=/trunk/; revision=3013 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 23ec3f65..5e51d1ff 100644 --- a/Makefile.in +++ b/Makefile.in @@ -231,7 +231,7 @@ config.status: configure # Special dependencies, not easily handled portably without explicit rules rcfile_l.c rcfile_l.h: $(srcdir)/rcfile_l.l $(LEX) $(LEXFLAGS) $(srcdir)/rcfile_l.l - mv lex.yy.c rcfile_l.c + sed rcfile_l.c -e "/lex\\.yy\\.c/s//rcfile_l.c/" rcfile_y.c rcfile_y.h: $(srcdir)/rcfile_y.y @echo "expect conflicts: 2 shift/reduce" $(YACC) $(YACCFLAGS) $(srcdir)/rcfile_y.y -- cgit v1.2.3