JPAKE Makefile missing 'files' target
authorRichard Levitte <levitte@openssl.org>
Tue, 24 Mar 2015 10:57:14 +0000 (11:57 +0100)
committerRichard Levitte <levitte@openssl.org>
Tue, 24 Mar 2015 10:57:14 +0000 (11:57 +0100)
Reviewed-by: Matt Caswell <matt@openssl.org>
crypto/jpake/Makefile

index a56d558ccb66f9532a40187f6cf249ddf5963fd7..112dfb1ecb910b4d33fc5eedc6f8bb6e5e8cc4d8 100644 (file)
@@ -21,6 +21,9 @@ lib:  $(LIBOBJ)
        $(RANLIB) $(LIB) || echo Never mind.
        @touch lib
 
+files:
+       $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
+
 links:
        @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
        @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)