From ed3b2e696b6d42f028633c29f8da326ea7bcd6c0 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 6 Jun 2006 16:17:20 +0000 Subject: [PATCH] Have BCC echo output "" using "", rather than \"\" as earlier reported. Backpatch to 8.1.X. --- src/interfaces/libpq/bcc32.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interfaces/libpq/bcc32.mak b/src/interfaces/libpq/bcc32.mak index 2eee11460f..f70f157395 100644 --- a/src/interfaces/libpq/bcc32.mak +++ b/src/interfaces/libpq/bcc32.mak @@ -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)"