mirror of
https://github.com/postgres/postgres.git
synced 2025-04-25 21:42:33 +03:00
flex/bison stamp fix.
This commit is contained in:
parent
5b88ff87d7
commit
c770338038
2
configure
vendored
2
configure
vendored
@ -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
|
||||
|
@ -1,5 +1,5 @@
|
||||
dnl Process this file with autoconf to produce a configure script.
|
||||
dnl $Header: /cvsroot/pgsql/configure.in,v 1.280.2.4 2003/09/07 23:40:52 momjian Exp $
|
||||
dnl $Header: /cvsroot/pgsql/configure.in,v 1.280.2.5 2003/09/08 01:55:52 momjian Exp $
|
||||
dnl
|
||||
dnl Developers, please strive to achieve this order:
|
||||
dnl
|
||||
@ -1249,7 +1249,7 @@ echo >src/include/stamp-h
|
||||
# touch files to flex/bison not needed
|
||||
cat UPDATED | grep '^\./' | while read FILE
|
||||
do
|
||||
touch "$FILE"
|
||||
touch $srcdir/"$FILE"
|
||||
done
|
||||
|
||||
AC_OUTPUT
|
||||
|
Loading…
x
Reference in New Issue
Block a user