Skip to content
Snippets Groups Projects
Commit ed3b2e69 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Have BCC echo output "" using "", rather than \"\" as earlier reported.

Backpatch to 8.1.X.
parent 491a8c27
No related branches found
No related tags found
No related merge requests found
......@@ -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)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment