Skip to content
Snippets Groups Projects
Commit fb0627d9 authored by Tom Lane's avatar Tom Lane
Browse files

Correct minor typos.

parent e3354ab3
No related branches found
No related tags found
No related merge requests found
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment