Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit db90fdf

Browse files
committed
Correct busted syntax of CC invocation for tas.s.
1 parent e7be9d3 commit db90fdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/port/Makefile.in

+2-2
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)