We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7be9d3 commit db90fdfCopy full SHA for db90fdf
src/backend/port/Makefile.in
@@ -13,7 +13,7 @@
13
# be converted to Method 2.
14
#
15
# IDENTIFICATION
16
-# $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 $
17
18
#-------------------------------------------------------------------------
19
@@ -39,7 +39,7 @@ qnx4.dir:
39
$(MAKE) -C qnx4 all
40
41
tas.o: tas.s
42
- $(CC) $(CFLAGS) -c tas.o tas.s $(LDFLAGS)
+ $(CC) $(CFLAGS) -c tas.s
43
44
.PHONY: clean dep
45
0 commit comments