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

Commitfc87230

Browse files
committed
Remove SUBSYS.o in port/ on clean.
1 parent317ea8b commitfc87230

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/port/Makefile.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# be converted to Method 2.
2020
#
2121
# IDENTIFICATION
22-
# $Header: /cvsroot/pgsql/src/backend/port/Attic/Makefile.in,v 1.1 1997/02/05 21:27:04 scrappy Exp $
22+
# $Header: /cvsroot/pgsql/src/backend/port/Attic/Makefile.in,v 1.2 1997/02/28 10:57:47 momjian Exp $
2323
#
2424
#-------------------------------------------------------------------------
2525

@@ -44,7 +44,7 @@ submake:
4444
$(MAKE) -C$(PORTNAME) SUBSYS.o
4545

4646
clean:
47-
rm -f$(OBJS)
47+
rm -fSUBSYS.o$(OBJS)
4848
$(MAKE) -C$(PORTNAME) clean
4949

5050
dependdep:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp