8000 flex/bison stamp fix. · codeimmortal/postgres@c770338 · GitHub
[go: up one dir, main page]

Skip to content

Commit c770338

Browse files
committed
flex/bison stamp fix.
1 parent 5b88ff8 commit c770338

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17673,7 +17673,7 @@ ac_config_headers="$ac_config_headers src/include/pg_config.h"
1767317673
# touch files to flex/bison not needed
1767417674
cat UPDATED | grep '^\./' | while read FILE
1767517675
do
17676-
touch "$FILE"
17676+
touch $srcdir/"$FILE"
1767717677
done
1767817678

1767917679
cat >confcache <<\_ACEOF

configure.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dnl Process this file with autoconf to produce a configure script.
2-
dnl $Header: /cvsroot/pgsql/configure.in,v 1.280.2.4 2003/09/07 23:40:52 momjian Exp $
2+
dnl $Header: /cvsroot/pgsql/configure.in,v 1.280.2.5 2003/09/08 01:55:52 momjian Exp $
33
dnl
44
dnl Developers, please strive to achieve this order:
55
dnl
@@ -1249,7 +1249,7 @@ echo >src/include/stamp-h
12491249
# touch files to flex/bison not needed
12501250
cat UPDATED | grep '^\./' | while read FILE
12511251
do
1252-
touch "$FILE"
1252+
touch $srcdir/"$FILE"
12531253
done
12541254

12551255
AC_OUTPUT

0 commit comments

Comments
 (0)
0