From: Richard Levitte Date: Thu, 22 Mar 2001 21:21:09 +0000 (+0000) Subject: We really have no need for PEX_LIBS, so empty it. X-Git-Tag: OpenSSL_0_9_6a-beta3~26 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a496f45f22db201647e21d7ac711ccf7220ae250;p=oweals%2Fopenssl.git We really have no need for PEX_LIBS, so empty it. --- diff --git a/Makefile.org b/Makefile.org index db2e551a47..79bff6f5ab 100644 --- a/Makefile.org +++ b/Makefile.org @@ -57,7 +57,7 @@ CC= gcc #CFLAG= -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -m486 -Wall -Wuninitialized -DSHA1_ASM -DMD5_ASM -DRMD160_ASM CFLAG= -DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall -DSHA1_ASM -DMD5_ASM -DRMD160_ASM DEPFLAG= -PEX_LIBS= -L. -L.. -L../.. -L../../.. +PEX_LIBS= EX_LIBS= AR=ar r RANLIB= ranlib