10000 Force flex/bison output files to be current. · dirbacke/postgres@3dc0ae5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3dc0ae5

Browse files
committed
Force flex/bison output files to be current.
1 parent 6435fc0 commit 3dc0ae5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

configure

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
#! /bin/sh
2+
3+
# touch files to flex/bison not needed
4+
cat UPDATE | grep '^\./' | while read FILE
5+
do
6+
touch "$FILE"
7+
done
8+
29
# Guess values for system-dependent variables and create Makefiles.
310
# Generated by GNU Autoconf 2.53 for PostgreSQL 7.4beta2.
411
#

0 commit comments

Comments
 (0)
0