Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0686fe3 commit 7cd2519Copy full SHA for 7cd2519
src/backend/Makefile
@@ -4,7 +4,7 @@
4
#
5
# Copyright (c) 1994, Regents of the University of California
6
7
-# $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 $
8
9
#-------------------------------------------------------------------------
10
@@ -231,7 +231,7 @@ ifeq ($(PORTNAME), cygwin)
231
rm -f postgres.dll postgres.def libpostgres.a
232
endif
233
ifeq ($(PORTNAME), win32)
234
- rm -f postgres.dll postgres.def libpostgres.a
+ rm -f postgres.dll postgres.def libpostgres.a $(WIN32RES)
235
236
for i in $(DIRS); do $(MAKE) -C $$i clean || exit; done
237
0 commit comments