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

Force flex/bison files to be new.

This commit is contained in:
Bruce Momjian
2003-09-07 23:40:52 +00:00
parent b6e00d8a84
commit 5b88ff87d7
2 changed files with 13 additions and 7 deletions

6
configure vendored
View File

@ -17670,6 +17670,12 @@ ac_config_links="$ac_config_links src/backend/port/dynloader.c:src/backend/port/
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"
done
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure