aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/tools/release_prep6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tools/release_prep b/src/tools/release_prep
index 239a13d7def..7b335226593 100755
--- a/src/tools/release_prep
+++ b/src/tools/release_prep
@@ -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