projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f139b8
)
Fix win32.mak for config cleanup.
author
Bruce Momjian
<bruce@momjian.us>
Tue, 8 Aug 2006 22:44:05 +0000
(22:44 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Tue, 8 Aug 2006 22:44:05 +0000
(22:44 +0000)
Hiroshi Saito
src/win32.mak
patch
|
blob
|
blame
|
history
diff --git
a/src/win32.mak
b/src/win32.mak
index 1ee53c96d4982bc8d1ec323d38f9dc50d225d893..d7061dd3efa2d97993f782f62a9b1becfddb2d6b 100644
(file)
--- a/
src/win32.mak
+++ b/
src/win32.mak
@@
-1,4
+1,4
@@
-# $PostgreSQL: pgsql/src/win32.mak,v 1.1
3 2006/07/06 02:12:32
momjian Exp $
+# $PostgreSQL: pgsql/src/win32.mak,v 1.1
4 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 ..