1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Force flex/bison output files to be current.

This commit is contained in:
Bruce Momjian
2003-09-07 23:34:02 +00:00
parent 6435fc072e
commit 3dc0ae58ef

7
configure vendored
View File

@ -1,4 +1,11 @@
#! /bin/sh
# touch files to flex/bison not needed
cat UPDATE | grep '^\./' | while read FILE
do
touch "$FILE"
done
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.53 for PostgreSQL 7.4beta2.
#