projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7be9d3
)
Correct busted syntax of CC invocation for tas.s.
author
Tom Lane
<
[email protected]
>
Fri, 19 May 2000 02:50:32 +0000
(
02:50
+0000)
committer
Tom Lane
<
[email protected]
>
Fri, 19 May 2000 02:50:32 +0000
(
02:50
+0000)
src/backend/port/Makefile.in
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/port/Makefile.in
b/src/backend/port/Makefile.in
index ccae5e1ec2c962aead7be1d5438f43fbbaae6569..190651cab202a8035a90d36c0d80dd5300c47e45 100644
(file)
--- a/
src/backend/port/Makefile.in
+++ b/
src/backend/port/Makefile.in
@@
-13,7
+13,7
@@
# be converted to Method 2.
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/backend/port/Attic/Makefile.in,v 1.2
1 2000/05/11 17:46:31 momjian
Exp $
+# $Header: /cvsroot/pgsql/src/backend/port/Attic/Makefile.in,v 1.2
2 2000/05/19 02:50:32 tgl
Exp $
#
#-------------------------------------------------------------------------
@@
-39,7
+39,7
@@
qnx4.dir:
$(MAKE) -C qnx4 all
tas.o: tas.s
- $(CC) $(CFLAGS) -c tas.
o tas.s $(LDFLAGS)
+ $(CC) $(CFLAGS) -c tas.
s
.PHONY: clean dep