1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-21 00:42:43 +03:00

Remove pg_config_paths.h from libpq *.mak builds so later MinGW builds

will succeed.
This commit is contained in:
Bruce Momjian
2004-09-02 02:02:02 +00:00
parent c58eb2dd7b
commit 8cef6ae522
4 changed files with 4 additions and 1 deletions

View File

@@ -124,6 +124,7 @@ CLEAN :
-@erase "$(OUTDIR)\blibpqdll.lib"
-@erase "$(OUTDIR)\blibpq.dll"
-@erase "$(OUTDIR)\blibpq.tds"
-@erase "$(INTDIR)\pg_config_paths.h"
config: ..\..\include\pg_config.h pthread.h pg_config_paths.h

View File

@@ -75,7 +75,7 @@ CLEAN :
-@erase "$(INTDIR)\wchar.obj"
-@erase "$(INTDIR)\encnames.obj"
-@erase "$(INTDIR)\pthread-win32.obj"
-@erase "$(INTDIR)\pg_config_paths.h"
config: ..\..\include\pg_config.h pthread.h pg_config_paths.h