|
4 | 4 | # |
5 | 5 | # Copyright (c) 1994, Regents of the University of California |
6 | 6 | # |
7 | | -# $PostgreSQL: pgsql/src/backend/Makefile,v 1.106 2004/10/05 19:30:20 momjian Exp $ |
| 7 | +# $PostgreSQL: pgsql/src/backend/Makefile,v 1.107 2004/12/31 19:09:37 tgl Exp $ |
8 | 8 | # |
9 | 9 | #------------------------------------------------------------------------- |
10 | 10 |
|
@@ -231,7 +231,7 @@ ifeq ($(PORTNAME), cygwin) |
231 | 231 | rm -f postgres.dll postgres.def libpostgres.a |
232 | 232 | endif |
233 | 233 | ifeq ($(PORTNAME), win32) |
234 | | -rm -f postgres.dll postgres.def libpostgres.a |
| 234 | +rm -f postgres.dll postgres.def libpostgres.a $(WIN32RES) |
235 | 235 | endif |
236 | 236 | for i in $(DIRS); do $(MAKE) -C $$i clean || exit; done |
237 | 237 |
|
|