Skip to content

Commit

Permalink
We really have no need for PEX_LIBS, so empty it.
Browse files Browse the repository at this point in the history
  • Loading branch information
levitte committed Mar 22, 2001
1 parent f89aebb commit bc29d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.org
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bc29d0e

Please sign in to comment.