Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9d5d87a

Browse files
committed
Fix win32.mak for config cleanup.
Hiroshi Saito
1 parent 7f139b8 commit 9d5d87a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/win32.mak

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $PostgreSQL: pgsql/src/win32.mak,v 1.13 2006/07/06 02:12:32 momjian Exp $
1+
# $PostgreSQL: pgsql/src/win32.mak,v 1.14 2006/08/08 22:44:05 momjian Exp $
22

33
# Makefile for Microsoft Visual C++ 5.0 (or compat)
44
# Top-file makefile for Win32 parts of postgresql.
@@ -40,5 +40,5 @@ CLEAN:
4040

4141
DISTCLEAN: CLEAN
4242
cd include
43-
del config.h
43+
del pg_config.h pg_config_os.h
4444
cd ..

0 commit comments

Comments
 (0)