Fix const declarations.
[openssl.git] / crypto / txt_db / Makefile.ssl
index cf2f4b399d76014a898ff37dca478710d6f67166..736eabb9abb3b485523ab9df0fd8a1b24252af45 100644 (file)
@@ -37,11 +37,11 @@ all:        lib
 
 lib:   $(LIBOBJ)
        $(AR) $(LIB) $(LIBOBJ)
-       sh $(TOP)/util/ranlib.sh $(LIB)
+       $(RANLIB) $(LIB)
        @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
@@ -68,7 +68,7 @@ depend:
        $(MAKEDEPEND) $(INCLUDES) $(PROGS) $(LIBSRC)
 
 dclean:
-       perl -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
+       $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
        mv -f Makefile.new $(MAKEFILE)
 
 clean:
@@ -77,3 +77,7 @@ clean:
 errors:
 
 # DO NOT DELETE THIS LINE -- make depend depends on it.
+
+txt_db.o: ../../include/bio.h ../../include/buffer.h ../../include/e_os.h
+txt_db.o: ../../include/err.h ../../include/lhash.h ../../include/stack.h
+txt_db.o: ../cryptlib.h ../crypto.h ../opensslv.h txt_db.h