Index: src/backend/Makefile =================================================================== RCS file: /projects/cvsroot/pgsql/src/backend/Makefile,v retrieving revision 1.106 diff -c -r1.106 Makefile *** src/backend/Makefile 5 Oct 2004 19:30:20 -0000 1.106 --- src/backend/Makefile 30 Dec 2004 21:29:18 -0000 *************** *** 231,237 **** rm -f postgres.dll postgres.def libpostgres.a endif ifeq ($(PORTNAME), win32) ! rm -f postgres.dll postgres.def libpostgres.a endif for i in $(DIRS); do $(MAKE) -C $$i clean || exit; done --- 231,237 ---- rm -f postgres.dll postgres.def libpostgres.a endif ifeq ($(PORTNAME), win32) ! rm -f postgres.dll postgres.def libpostgres.a win32ver.o endif for i in $(DIRS); do $(MAKE) -C $$i clean || exit; done