1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

flex/bison stamp fix.

This commit is contained in:
Bruce Momjian
2003-09-08 01:55:52 +00:00
parent 5b88ff87d7
commit c770338038
2 changed files with 3 additions and 3 deletions

2
configure vendored
View File

@ -17673,7 +17673,7 @@ ac_config_headers="$ac_config_headers src/include/pg_config.h"
# touch files to flex/bison not needed
cat UPDATED | grep '^\./' | while read FILE
do
touch "$FILE"
touch $srcdir/"$FILE"
done
cat >confcache <<\_ACEOF