File tree Expand file tree Collapse file tree 2 files changed +18
-18
lines changed Expand file tree Collapse file tree 2 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -84,15 +84,15 @@ CLEAN :
84
84
-@erase " $( INTDIR) \..\..\port\pg_config_paths.h"
85
85
86
86
"..\..\port\pg_config_paths.h" : win32.mak
87
- echo " #define PGBINDIR " " >$@
88
- echo " #define PGSHAREDIR " " >>$@
89
- echo " #define SYSCONFDIR " " >>$@
90
- echo " #define INCLUDEDIR " " >>$@
91
- echo " #define PKGINCLUDEDIR " " >>$@
92
- echo " #define INCLUDEDIRSERVER " " >>$@
93
- echo " #define LIBDIR " " >>$@
94
- echo " #define PKGLIBDIR " " >>$@
95
- echo " #define LOCALEDIR " " >>$@
87
+ echo # define PGBINDIR "" >$@
88
+ echo # define PGSHAREDIR "" >>$@
89
+ echo # define SYSCONFDIR "" >>$@
90
+ echo # define INCLUDEDIR "" >>$@
91
+ echo # define PKGINCLUDEDIR "" >>$@
92
+ echo # define INCLUDEDIRSERVER "" >>$@
93
+ echo # define LIBDIR "" >>$@
94
+ echo # define PKGLIBDIR "" >>$@
95
+ echo # define LOCALEDIR "" >>$@
96
96
97
97
"$(OUTDIR ) " :
98
98
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
Original file line number Diff line number Diff line change @@ -44,15 +44,15 @@ CLEAN :
44
44
-@erase " $( INTDIR) \..\..\port\pg_config_paths.h"
45
45
46
46
"..\..\port\pg_config_paths.h" : win32.mak
47
- echo " #define PGBINDIR " " >$@
48
- echo " #define PGSHAREDIR " " >>$@
49
- echo " #define SYSCONFDIR " " >>$@
50
- echo " #define INCLUDEDIR " " >>$@
51
- echo " #define PKGINCLUDEDIR " " >>$@
52
- echo " #define INCLUDEDIRSERVER " " >>$@
53
- echo " #define LIBDIR " " >>$@
54
- echo " #define PKGLIBDIR " " >>$@
55
- echo " #define LOCALEDIR " " >>$@
47
+ echo # define PGBINDIR "" >$@
48
+ echo # define PGSHAREDIR "" >>$@
49
+ echo # define SYSCONFDIR "" >>$@
50
+ echo # define INCLUDEDIR "" >>$@
51
+ echo # define PKGINCLUDEDIR "" >>$@
52
+ echo # define INCLUDEDIRSERVER "" >>$@
53
+ echo # define LIBDIR "" >>$@
54
+ echo # define PKGLIBDIR "" >>$@
55
+ echo # define LOCALEDIR "" >>$@
56
56
57
57
"$(OUTDIR ) " :
58
58
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
You can’t perform that action at this time.
0 commit comments