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

Commitdb90fdf

Browse files
committed
Correct busted syntax of CC invocation for tas.s.
1 parente7be9d3 commitdb90fdf

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
@@ -13,7 +13,7 @@
1313
# be converted to Method 2.
1414
#
1515
# IDENTIFICATION
16-
# $Header: /cvsroot/pgsql/src/backend/port/Attic/Makefile.in,v 1.21 2000/05/11 17:46:31 momjian Exp $
16+
# $Header: /cvsroot/pgsql/src/backend/port/Attic/Makefile.in,v 1.22 2000/05/19 02:50:32 tgl Exp $
1717
#
1818
#-------------------------------------------------------------------------
1919

@@ -39,7 +39,7 @@ qnx4.dir:
3939
$(MAKE) -C qnx4 all
4040

4141
tas.o: tas.s
42-
$(CC)$(CFLAGS) -c tas.o tas.s$(LDFLAGS)
42+
$(CC)$(CFLAGS) -c tas.s
4343

4444
.PHONY: clean dep
4545

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp