From 3dc0ae58ef6c5b3377cf3dfad8c7443b6bba3932 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 7 Sep 2003 23:34:02 +0000 Subject: [PATCH] Force flex/bison output files to be current. --- configure | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/configure b/configure index 9d729d91cc4..17b08ffaf0d 100755 --- a/configure +++ b/configure @@ -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. # -- 2.39.5