projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6252667
)
Missed -c in IRIX rules.
author
Andy Polyakov
<appro@openssl.org>
Thu, 23 Jun 2005 20:37:29 +0000
(20:37 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Thu, 23 Jun 2005 20:37:29 +0000
(20:37 +0000)
crypto/bn/Makefile
patch
|
blob
|
history
diff --git
a/crypto/bn/Makefile
b/crypto/bn/Makefile
index 6926c77799216afe17313059105ec833f44ca05e..4afb6a393c962d9a7053649e63b09e013e92ec88 100644
(file)
--- a/
crypto/bn/Makefile
+++ b/
crypto/bn/Makefile
@@
-87,7
+87,7
@@
bn-mips3.o: asm/mips3.s
@if [ "$(CC)" = "gcc" ]; then \
ABI=`expr "$(CFLAGS)" : ".*-mabi=\([n3264]*\)"` && \
as -$$ABI -O -o $@ asm/mips3.s; \
- else $(CC) $(CFLAGS) -o $@ asm/mips3.s; fi
+ else $(CC)
-c
$(CFLAGS) -o $@ asm/mips3.s; fi
x86_64-gcc.o: asm/x86_64-gcc.c
$(CC) $(CFLAGS) -c -o $@ asm/x86_64-gcc.c