summaryrefslogtreecommitdiff
path: root/src/bin/psql
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/psql')
-rw-r--r--src/bin/psql/bcc32.mak1
-rw-r--r--src/bin/psql/win32.mak1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/bin/psql/bcc32.mak b/src/bin/psql/bcc32.mak
index 2fbe2a22782..46b07452a6a 100644
--- a/src/bin/psql/bcc32.mak
+++ b/src/bin/psql/bcc32.mak
@@ -81,6 +81,7 @@ CLEAN :
-@erase "$(INTDIR)\psql.ils"
-@erase "$(INTDIR)\psql.ilf"
-@erase "$(OUTDIR)\psql.exe"
+ -@erase "$(INTDIR)\pg_config_paths.h"
pg_config_paths.h: win32.mak
echo "#define PGBINDIR "">$@
diff --git a/src/bin/psql/win32.mak b/src/bin/psql/win32.mak
index 68dc0bb9cf6..3498a11c5d7 100644
--- a/src/bin/psql/win32.mak
+++ b/src/bin/psql/win32.mak
@@ -41,6 +41,7 @@ CLEAN :
-@erase "$(INTDIR)\mbprint.obj"
-@erase "$(INTDIR)\*psql.pch"
-@erase "$(OUTDIR)\psql.exe"
+ -@erase "$(INTDIR)\pg_config_paths.h"
pg_config_paths.h: win32.mak
echo "#define PGBINDIR "">$@