X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fcast%2FMakefile.in;h=06f65e21aa423e5d54356d509086e8c828bc6118;hb=b6e785842a8e9830e078cf70073c10f7be36b3b1;hp=c45c92b40a4a1035326ee7fe2398b7a91548dbb8;hpb=ee6d9f4eb602479d04872f3a9fd1d3904bd96fd1;p=oweals%2Fopenssl.git diff --git a/crypto/cast/Makefile.in b/crypto/cast/Makefile.in index c45c92b40a..06f65e21aa 100644 --- a/crypto/cast/Makefile.in +++ b/crypto/cast/Makefile.in @@ -13,7 +13,7 @@ AR= ar r CAST_ENC=c_enc.o -CFLAGS= $(INCLUDES) $(CFLAG) +CFLAGS= $(INCLUDES) $(CFLAG) $(SHARED_CFLAG) ASFLAGS= $(INCLUDES) $(ASFLAG) AFLAGS= $(ASFLAGS) @@ -45,11 +45,8 @@ cast-586.s: asm/cast-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl files: $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO -update: depend - depend: - @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile... - $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC) + $(TOP)/util/domd $(CFLAG) $(INCLUDES) -- $(PROGS) $(LIBSRC) clean: rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff