Commit fb0627d9 authored by Tom Lane's avatar Tom Lane

Correct minor typos.

parent e3354ab3
......@@ -54,10 +54,10 @@ cd ../../..
# Generate plpgsql's yacc and lex files
cd pl/plpgsql
rm -rf pl_scan.c pl.tab.h pl_gram.c
cd pl/plpgsql/src
rm -f pl_scan.c pl.tab.h pl_gram.c
$MAKE pl_scan.c pl.tab.h pl_gram.c
cd ../..
cd ../../..
# Generate psql's help on SQL command from the SGML docs
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment