Skip to content

Commit 7cd2519

Browse files
committed
Clean up win32ver.o on Windows, per Magnus.
1 parent 0686fe3 commit 7cd2519

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Copyright (c) 1994, Regents of the University of California
66
#
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 $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -231,7 +231,7 @@ ifeq ($(PORTNAME), cygwin)
231231
rm -f postgres.dll postgres.def libpostgres.a
232232
endif
233233
ifeq ($(PORTNAME), win32)
234-
rm -f postgres.dll postgres.def libpostgres.a
234+
rm -f postgres.dll postgres.def libpostgres.a $(WIN32RES)
235235
endif
236236
for i in $(DIRS); do $(MAKE) -C $$i clean || exit; done
237237

0 commit comments

Comments
 (0)