Commit fb0627d9 authored by Tom Lane's avatar Tom Lane

Correct minor typos.

parent e3354ab3
...@@ -54,10 +54,10 @@ cd ../../.. ...@@ -54,10 +54,10 @@ cd ../../..
# Generate plpgsql's yacc and lex files # Generate plpgsql's yacc and lex files
cd pl/plpgsql cd pl/plpgsql/src
rm -rf pl_scan.c pl.tab.h pl_gram.c rm -f pl_scan.c pl.tab.h pl_gram.c
$MAKE 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 # 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