Index: src/bin/psql/bcc32.mak =================================================================== RCS file: /cvsroot/pgsql-server/src/bin/psql/bcc32.mak,v retrieving revision 1.7 diff -c -c -r1.7 bcc32.mak *** src/bin/psql/bcc32.mak 2 Sep 2004 02:02:00 -0000 1.7 --- src/bin/psql/bcc32.mak 10 Sep 2004 03:45:42 -0000 *************** *** 53,59 **** .c.obj: $(CPP) -o"$(INTDIR)\$&" $(CPP_PROJ) $< ! ALL : sql_help.h pg_config_paths.h "$(OUTDIR)\psql.exe" CLEAN : -@erase "$(INTDIR)\command.obj" --- 53,59 ---- .c.obj: $(CPP) -o"$(INTDIR)\$&" $(CPP_PROJ) $< ! ALL : sql_help.h "..\..\port\pg_config_paths.h" "$(OUTDIR)\psql.exe" CLEAN : -@erase "$(INTDIR)\command.obj" *************** *** 81,89 **** -@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 "">$@ echo "#define PGSHAREDIR "" >>$@ echo "#define SYSCONFDIR "" >>$@ --- 81,89 ---- -@erase "$(INTDIR)\psql.ils" -@erase "$(INTDIR)\psql.ilf" -@erase "$(OUTDIR)\psql.exe" ! -@erase "$(INTDIR)\..\..\port\pg_config_paths.h" ! "..\..\port\pg_config_paths.h": win32.mak echo "#define PGBINDIR "">$@ echo "#define PGSHAREDIR "" >>$@ echo "#define SYSCONFDIR "" >>$@ Index: src/bin/psql/win32.mak =================================================================== RCS file: /cvsroot/pgsql-server/src/bin/psql/win32.mak,v retrieving revision 1.19 diff -c -c -r1.19 win32.mak *** src/bin/psql/win32.mak 2 Sep 2004 02:02:00 -0000 1.19 --- src/bin/psql/win32.mak 10 Sep 2004 03:45:43 -0000 *************** *** 16,22 **** OutDir=.\Release # End Custom Macros ! ALL : sql_help.h pg_config_paths.h "$(OUTDIR)\psql.exe" CLEAN : -@erase "$(INTDIR)\command.obj" --- 16,22 ---- OutDir=.\Release # End Custom Macros ! ALL : sql_help.h "..\..\port\pg_config_paths.h" "$(OUTDIR)\psql.exe" CLEAN : -@erase "$(INTDIR)\command.obj" *************** *** 41,49 **** -@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 "">$@ echo "#define PGSHAREDIR "" >>$@ echo "#define SYSCONFDIR "" >>$@ --- 41,49 ---- -@erase "$(INTDIR)\mbprint.obj" -@erase "$(INTDIR)\*psql.pch" -@erase "$(OUTDIR)\psql.exe" ! -@erase "$(INTDIR)\..\..\port\pg_config_paths.h" ! "..\..\port\pg_config_paths.h": win32.mak echo "#define PGBINDIR "">$@ echo "#define PGSHAREDIR "" >>$@ echo "#define SYSCONFDIR "" >>$@