mirror of
https://github.com/postgres/postgres.git
synced 2025-04-29 13:56:47 +03:00
Have BCC echo output "" using "", rather than \"\" as earlier reported.
Backpatch to 8.1.X.
This commit is contained in:
parent
491a8c27c9
commit
ed3b2e696b
@ -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
|
# Have to use \# so # isn't treated as a comment, but MSVC doesn't like this
|
||||||
pg_config_paths.h: bcc32.mak
|
pg_config_paths.h: bcc32.mak
|
||||||
echo \#define SYSCONFDIR \"\" > pg_config_paths.h
|
echo \#define SYSCONFDIR "" > pg_config_paths.h
|
||||||
|
|
||||||
"$(OUTDIR)" :
|
"$(OUTDIR)" :
|
||||||
@if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
|
@if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user