diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index b0e59ccb5d8..e3ca899d9d4 100755 --- a/configure +++ b/configure @@ -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 |