1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-18 12:22:09 +03:00

Fixes for BCC 5.5 compile of libpq. Backpatch to 8.1.X.

Mark Morgan Lloyd
This commit is contained in:
Bruce Momjian
2006-04-24 04:03:42 +00:00
parent 7f0c9716ba
commit 499ec8c7e4
2 changed files with 2 additions and 4 deletions

View File

@@ -141,7 +141,7 @@ config: ..\..\include\pg_config.h pg_config_paths.h
# Have to use \# so # isn't treated as a comment, but MSVC doesn't like this
pg_config_paths.h: bcc32.mak
echo \#define SYSCONFDIR "" > pg_config_paths.h
echo \#define SYSCONFDIR \"\" > pg_config_paths.h
"$(OUTDIR)" :
@if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"