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:
3cc9a89
)
Redundant now as it's moved to ./Makefile.org.
author
Andy Polyakov
<appro@openssl.org>
Fri, 3 Jan 2003 20:45:59 +0000
(20:45 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Fri, 3 Jan 2003 20:45:59 +0000
(20:45 +0000)
crypto/des/Makefile.ssl
patch
|
blob
|
history
diff --git
a/crypto/des/Makefile.ssl
b/crypto/des/Makefile.ssl
index 149d5a81ec42de6282b2eb3d0599c2e7c4bf955e..34ca7acba5e92a4b3c46f762ab907f24c7237351 100644
(file)
--- a/
crypto/des/Makefile.ssl
+++ b/
crypto/des/Makefile.ssl
@@
-23,14
+23,6
@@
DES_ENC= des_enc.o fcrypt_b.o
CFLAGS= $(INCLUDES) $(CFLAG)
-# We let the C compiler driver to take care of .s files. This is done in
-# order to be excused from maintaining a separate set of architecture
-# dependent assembler flags. E.g. if you throw -mcpu=ultrasparc at SPARC
-# gcc, then the driver will automatically translate it to -xarch=v8plus
-# and pass it down to assembler.
-AS=$(CC) -c
-ASFLAGS=$(CFLAGS)
-
GENERAL=Makefile
TEST=destest.c
APPS=