Remove README.flex and make lextest point to INSTALL.

pull/50/head
Bruce Momjian 29 years ago
parent bb50eeb740
commit 029873a109
  1. 0
      doc/README.flex
  2. 2
      src/lextest/Makefile

@ -13,7 +13,7 @@ lextest: lextest.c scan.l
$(CC) -c lex.yy.c
$(CC) -c lextest.c
$(CC) -o lextest lex.yy.o lextest.o
@echo "If this fails, flex is broken" | lextest || echo "You have a buggy version of flex. Read doc/README.flex for a fix."
@echo "If this fails, flex is broken" | lextest || echo "You have a buggy version of flex. Read INSTALL and search for flex for a fix."
clean:
rm -f lextest lex.yy.c lex.yy.o lextest.o

Loading…
Cancel
Save