Generate progs.h from a bunch of files instead of internal knowledge
[openssl.git] / apps / build.info
index 173f1bc0efadaae67996bd2193416df0cc13db0f..a7dcee6e1a5c7f9a61c57d1c526d064f812b3a5a 100644 (file)
@@ -16,9 +16,3 @@ DEPEND[openssl]=../libssl
 
 SCRIPTS=CA.pl
 SOURCE[CA.pl]=CA.pl.in
-
-BEGINRAW[Makefile]
-{- $builddir -}/progs.h: {- $sourcedir -}/progs.pl {- $builddir -}/../Makefile
-       $(RM) {- $builddir -}/progs.h
-       $(PERL) {- $sourcedir -}/progs.pl $(COMMANDS) >{- $builddir -}/progs.h
-ENDRAW[Makefile]