From: Ben Laurie Date: Sat, 2 Jan 1999 19:03:46 +0000 (+0000) Subject: Don't confuse matters by using the wrong library. X-Git-Tag: OpenSSL_0_9_2b~288 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c2245b68f593fbb34a697ab4be7bfe7a7d1963f4;p=oweals%2Fopenssl.git Don't confuse matters by using the wrong library. --- diff --git a/demos/maurice/Makefile b/demos/maurice/Makefile index fa67dcca81..c05039850a 100644 --- a/demos/maurice/Makefile +++ b/demos/maurice/Makefile @@ -1,6 +1,6 @@ CC=cc CFLAGS= -g -I../../include -LIBS= -L/usr/local/ssl/lib -L../.. -lcrypto +LIBS= -L../.. -lcrypto EXAMPLES=example1 example2 example3 example4 all: $(EXAMPLES) @@ -17,7 +17,6 @@ example3: example3.o example4: example4.o $(CC) -o example4 example4.o $(LIBS) - clean: rm -f $(EXAMPLES) *.o