summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2006-08-08 22:44:05 +0000
committerBruce Momjian2006-08-08 22:44:05 +0000
commit9d5d87a5db1a36e6c87ea46a6175c44d056cb429 (patch)
treea38179c73ff3c7f458ce98a97cbd13605a874799
parent7f139b813c9d1035ac492e8f2723e5f3b9925bb2 (diff)
Fix win32.mak for config cleanup.
Hiroshi Saito
-rw-r--r--src/win32.mak4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/win32.mak b/src/win32.mak
index 1ee53c96d49..d7061dd3efa 100644
--- a/src/win32.mak
+++ b/src/win32.mak
@@ -1,4 +1,4 @@
-# $PostgreSQL: pgsql/src/win32.mak,v 1.13 2006/07/06 02:12:32 momjian Exp $
+# $PostgreSQL: pgsql/src/win32.mak,v 1.14 2006/08/08 22:44:05 momjian Exp $
# Makefile for Microsoft Visual C++ 5.0 (or compat)
# Top-file makefile for Win32 parts of postgresql.
@@ -40,5 +40,5 @@ CLEAN:
DISTCLEAN: CLEAN
cd include
- del config.h
+ del pg_config.h pg_config_os.h
cd ..