Jrn's fixes

This commit is contained in:
Daniel Stenberg 2000-05-22 17:20:29 +00:00
parent c35238e0a3
commit 2bd72eb53d
2 changed files with 7 additions and 3 deletions

View file

@ -9,7 +9,7 @@
CC = gcc
STRIP = strip -s
OPENSSL_PATH = ../../openssl-0.9.4
OPENSSL_PATH = ../../openssl-0.9.5a
# We may need these someday
# PERL = perl
@ -19,7 +19,7 @@ OPENSSL_PATH = ../../openssl-0.9.4
## Nothing more to do below this line!
INCLUDES = -I. -I.. -I../include
CFLAGS = -g -O2 -DGLOBURL -DCURL_SEPARATORS
CFLAGS = -g -O2
LDFLAGS =
COMPILE = $(CC) $(INCLUDES) $(CFLAGS)
LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@