From: Bruce Momjian Date: Tue, 6 Jun 2006 16:17:31 +0000 (+0000) Subject: Have BCC echo output "" using "", rather than \"\" as earlier reported. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=baf39cf5a732a2e3eaa538d689f25a0144aed66b;p=users%2Fbernd%2Fpostgres.git Have BCC echo output "" using "", rather than \"\" as earlier reported. Backpatch to 8.1.X. --- 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)"