diff options
author | Bruce Momjian | 2003-09-12 02:04:40 +0000 |
---|---|---|
committer | Bruce Momjian | 2003-09-12 02:04:40 +0000 |
commit | 74e1bfe66da98b3a9e98e0d1d03e63cfb1ea108e (patch) | |
tree | 0d1a98c99fb9101999141c39f7cfa42f650abe23 | |
parent | f1e76f44921073b6742227f9934ae51000fd3a7b (diff) |
Remove derived files from WIN32_DEV branch.
-rwxr-xr-x | configure | 6 | ||||
-rw-r--r-- | configure.in | 8 |
2 files changed, 1 insertions, 13 deletions
diff --git a/configure b/configure index e3ca899d9d4..9d729d91cc4 100755 --- a/configure +++ b/configure @@ -17670,12 +17670,6 @@ ac_config_links="$ac_config_links src/backend/port/dynloader.c:src/backend/port/ ac_config_headers="$ac_config_headers src/include/pg_config.h" -# touch files to flex/bison not needed -cat UPDATED | grep '^\./' | while read FILE -do - touch $srcdir/"$FILE" -done - cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure diff --git a/configure.in b/configure.in index 91f5e51265c..1b6e7c354cd 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -dnl $Header: /cvsroot/pgsql/configure.in,v 1.280.2.5 2003/09/08 01:55:52 momjian Exp $ +dnl $Header: /cvsroot/pgsql/configure.in,v 1.280.2.6 2003/09/12 02:04:40 momjian Exp $ dnl dnl Developers, please strive to achieve this order: dnl @@ -1246,10 +1246,4 @@ AC_CONFIG_HEADERS([src/include/pg_config.h], echo >src/include/stamp-h ]) -# touch files to flex/bison not needed -cat UPDATED | grep '^\./' | while read FILE -do - touch $srcdir/"$FILE" -done - AC_OUTPUT |