Commit db90fdf9 authored by Tom Lane's avatar Tom Lane

Correct busted syntax of CC invocation for tas.s.

parent e7be9d33
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
# be converted to Method 2. # be converted to Method 2.
# #
# IDENTIFICATION # IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/port/Attic/Makefile.in,v 1.21 2000/05/11 17:46:31 momjian Exp $ # $Header: /cvsroot/pgsql/src/backend/port/Attic/Makefile.in,v 1.22 2000/05/19 02:50:32 tgl Exp $
# #
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
...@@ -39,7 +39,7 @@ qnx4.dir: ...@@ -39,7 +39,7 @@ qnx4.dir:
$(MAKE) -C qnx4 all $(MAKE) -C qnx4 all
tas.o: tas.s tas.o: tas.s
$(CC) $(CFLAGS) -c tas.o tas.s $(LDFLAGS) $(CC) $(CFLAGS) -c tas.s
.PHONY: clean dep .PHONY: clean dep
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment