From 7cd25199a9a9dc6ca43a9f25bb6d7911216df364 Mon Sep 17 00:00:00 2001 From: Tom Lane <tgl@sss.pgh.pa.us> Date: Fri, 31 Dec 2004 19:09:37 +0000 Subject: [PATCH] Clean up win32ver.o on Windows, per Magnus. --- src/backend/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/backend/Makefile b/src/backend/Makefile index 7f2b36071d4..f1547ad4a1c 100644 --- a/src/backend/Makefile +++ b/src/backend/Makefile @@ -4,7 +4,7 @@ # # Copyright (c) 1994, Regents of the University of California # -# $PostgreSQL: pgsql/src/backend/Makefile,v 1.106 2004/10/05 19:30:20 momjian Exp $ +# $PostgreSQL: pgsql/src/backend/Makefile,v 1.107 2004/12/31 19:09:37 tgl Exp $ # #------------------------------------------------------------------------- @@ -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 -- GitLab