From f8a7eca4603ba625381c97467fba6b9691a83ca6 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Fri, 31 Dec 2004 19:09:37 +0000 Subject: [PATCH] Clean up win32ver.o on Windows, per Magnus. --- src/backend/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/Makefile b/src/backend/Makefile index 5510287135..719b81ed8e 100644 --- a/src/backend/Makefile +++ b/src/backend/Makefile @@ -231,7 +231,7 @@ ifeq ($(PORTNAME), cygwin) rm -f postgres.dll postgres.def libpostgres.a endif ifeq ($(PORTNAME), win32) - rm -f postgres.dll postgres.def libpostgres.a + rm -f postgres.dll postgres.def libpostgres.a $(WIN32RES) endif for i in $(DIRS); do $(MAKE) -C $$i clean || exit; done -- 2.39.5