Unified - adapt the generation of cpuid, uplink and buildinf to use GENERATE
[openssl.git] / crypto / alphacpuid.pl
index 5b0e21bc909abe9a12469c437430039ed2a82cde..8af0f09d4b9524395409ac66c2bdf443bc53dda9 100644 (file)
@@ -1,4 +1,8 @@
 #!/usr/bin/env perl
+
+$output = pop;
+open STDOUT,">$stdout";
+
 print <<'___';
 .text
 
@@ -214,3 +218,5 @@ OPENSSL_instrument_bus2:
 .end   OPENSSL_instrument_bus2
 ___
 }
+
+close STDOUT;