Commit 9d5d87a5 authored by Bruce Momjian's avatar Bruce Momjian

Fix win32.mak for config cleanup.

Hiroshi Saito
parent 7f139b81
# $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) # Makefile for Microsoft Visual C++ 5.0 (or compat)
# Top-file makefile for Win32 parts of postgresql. # Top-file makefile for Win32 parts of postgresql.
...@@ -40,5 +40,5 @@ CLEAN: ...@@ -40,5 +40,5 @@ CLEAN:
DISTCLEAN: CLEAN DISTCLEAN: CLEAN
cd include cd include
del config.h del pg_config.h pg_config_os.h
cd .. cd ..
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment