Use an OCTET STRING for the encoding of an OCSP nonce value.
[oweals/openssl.git] / crypto / krb5 / Makefile.ssl
index 496370f1aaf422d7de9b1d56c22b5f0c0b4e866a..d9224c0f092d3470ea2f17009f10ffd2c69ef0e4 100644 (file)
@@ -41,17 +41,17 @@ all:        lib
 
 lib:   $(LIBOBJ)
        $(AR) $(LIB) $(LIBOBJ)
-       $(RANLIB) $(LIB)
+       $(RANLIB) $(LIB) || echo Never mind.
        @touch lib
 
 files:
-       perl $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
+       $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
 
 links:
-       $(TOP)/util/point.sh Makefile.ssl Makefile ;
-       $(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
-       $(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
-       $(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
+       @sh $(TOP)/util/point.sh Makefile.ssl Makefile ;
+       @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
+       @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
+       @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
 
 install:
        @for i in $(EXHEADER) ; \
@@ -69,7 +69,7 @@ lint:
        lint -DLINT $(INCLUDES) $(SRC)>fluff
 
 depend:
-       $(MAKEDEPEND) $(CFLAG) $(INCLUDES) $(DEPFLAG) $(LIBSRC)
+       $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(LIBSRC)
 
 dclean:
        $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new