10000 Remove derived files from WIN32_DEV branch. · rtpg/postgres@74e1bfe · GitHub
[go: up one dir, main page]

Skip to content

Commit 74e1bfe

Browse files
committed
Remove derived files from WIN32_DEV branch.
1 parent f1e76f4 commit 74e1bfe

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

configure

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17670,12 +17670,6 @@ ac_config_links="$ac_config_links src/backend/port/dynloader.c:src/backend/port/
1767017670
ac_config_headers="$ac_config_headers src/include/pg_config.h"
1767117671

1767217672

17673-
# touch files to flex/bison not needed
17674-
cat UPDATED | grep '^\./' | while read FILE
17675-
do
17676-
touch $srcdir/"$FILE"
17677-
done
17678-
1767917673
cat >confcache <<\_ACEOF
1768017674
# This file is a shell script that caches the results of configure
1768117675
# tests run on this system so they can be shared between configure

configure.in

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dnl Process this file with autoconf to produce a configure script.
2-
dnl $Header: /cvsroot/pgsql/configure.in,v 1.280.2.5 2003/09/08 01:55:52 momjian Exp $
2+
dnl $Header: /cvsroot/pgsql/configure.in,v 1.280.2.6 2003/09/12 02:04:40 momjian Exp $
33
dnl
44
dnl Developers, please strive to achieve this order:
55
dnl
@@ -1246,10 +1246,4 @@ AC_CONFIG_HEADERS([src/include/pg_config.h],
12461246
echo >src/include/stamp-h
12471247
])
12481248

1249-
# touch files to flex/bison not needed
1250-
cat UPDATED | grep '^\./' | while read FILE
1251-
do
1252-
touch $srcdir/"$FILE"
1253-
done
1254-
12551249
AC_OUTPUT

0 commit comments

Comments
 (0)
0