Make it possible to build for more than one CPU.
[openssl.git] / util / mkstack.pl
index 3ee13fe7c9da56e86ed3100538d24909e26443ed..085c50f790f202d62cc15dd57032d093f81479d5 100755 (executable)
@@ -21,7 +21,7 @@ while (@ARGV) {
 }
 
 
-@source = (<crypto/*.[ch]>, <crypto/*/*.[ch]>, <rsaref/*.[ch]>, <ssl/*.[ch]>);
+@source = (<crypto/*.[ch]>, <crypto/*/*.[ch]>, <ssl/*.[ch]>);
 foreach $file (@source) {
        next if -l $file;