X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=f960d69c25ad0aa668c9db9415d08060adbe4360;hb=f0884471;hp=1f125c6886fb3757b193b7ca1fb0be6026f83b91;hpb=3448f4caccded0a60aa5f81976cd8c285908e7bb;p=osl.git diff --git a/Makefile b/Makefile index 1f125c6..f960d69 100644 --- a/Makefile +++ b/Makefile @@ -137,13 +137,13 @@ fsck.cmdline.h fsck.cmdline.c: fsck.ggo Makefile < $< oslfsck: $(fsck_objects) - $(CC) -o $@ $(fsck_objects) -lcrypto + $(CC) -o $@ $(fsck_objects) oslfsck.1: oslfsck help2man -h --detailed-help -N ./$< > $@ $(realname): $(objects) - $(CC) $(LDFLAGS) -o $@ $(objects) -lcrypto + $(CC) $(LDFLAGS) -o $@ $(objects) osl_errors.h: errlist echo '/** public error codes of the osl library. */' > $@