From: Bruce Momjian Date: Sun, 7 Sep 2003 23:34:02 +0000 (+0000) Subject: Force flex/bison output files to be current. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3dc0ae58ef6c5b3377cf3dfad8c7443b6bba3932;p=thirdparty%2Fpostgresql.git Force flex/bison output files to be current. --- 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. #