diff options
| author | Bruce Momjian | 2003-09-07 23:34:02 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2003-09-07 23:34:02 +0000 |
| commit | 3dc0ae58ef6c5b3377cf3dfad8c7443b6bba3932 (patch) | |
| tree | 78c77b417b521045c81e906b8a292e20d6e930cb | |
| parent | 6435fc072e55b27eb4132cb2a387a254fa929261 (diff) | |
Force flex/bison output files to be current.
| -rwxr-xr-x | configure | 7 |
1 files changed, 7 insertions, 0 deletions
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. # |
