From bc29d0e5d48222a3205a18093582872e4a95894f Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 22 Mar 2001 21:20:54 +0000 Subject: [PATCH] We really have no need for PEX_LIBS, so empty it. --- Makefile.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.org b/Makefile.org index ba001fab88..09cb7128e1 100644 --- a/Makefile.org +++ b/Makefile.org @@ -56,7 +56,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 -- 2.34.1