X-Git-Url: http://git.tuebingen.mpg.de/?p=osl.git;a=blobdiff_plain;f=Makefile;h=f960d69c25ad0aa668c9db9415d08060adbe4360;hp=1f125c6886fb3757b193b7ca1fb0be6026f83b91;hb=f0884471639e04bda513bb5a9055d5c00d8c4533;hpb=3448f4caccded0a60aa5f81976cd8c285908e7bb 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. */' > $@