Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7cd2519

Browse files
committed
Clean up win32ver.o on Windows, per Magnus.
1 parent0686fe3 commit7cd2519

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/Makefile

Lines changed: 2 additions & 2 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp