Missing header include.
[openssl.git] / tools / Makefile.in
index 57669817d7e5972a8a99b125d8d2a35209abc212..d0c5ca26620e03be70dd8a6ae09b2e4282d9889a 100644 (file)
@@ -15,7 +15,9 @@ GENERAL=Makefile
 APPS= c_rehash
 MISC_APPS= c_hash c_info c_issuer c_name
 
-all:
+all: apps
+
+apps: $(APPS)
 
 install:
        @[ -n "$(INSTALLTOP)" ] # should be set by top Makefile...
@@ -49,8 +51,6 @@ files:
 
 errors:
 
-update: depend
-
 depend:
 
 clean:
@@ -58,4 +58,8 @@ clean:
 
 errors:
 
+c_rehash: c_rehash.in
+       $(PERL) -I$(TOP) -Mconfigdata $(TOP)/util/dofile.pl -otools/Makefile c_rehash.in > c_rehash.new
+       mv c_rehash.new c_rehash
+
 # DO NOT DELETE THIS LINE -- make depend depends on it.