Remove x86_gcc_des,x86_gcc_opts
[openssl.git] / Configurations / 99-personal-rse.conf
index e9318fc7b0b19b3e8debebd69c3c3ab2fe515b84..39e1f11884da888f2297d7a87db56c03ef9f9cf0 100644 (file)
@@ -1,7 +1,8 @@
+## -*- mode: perl; -*-
 ## Personal configuration targets
 ##
 ## If you edit this file, run this command before committing
-##     make -f Makefile.org TABLE
+##     make -f Makefile.in TABLE
 ## This file is interpolated by the Configure script.
 
 %targets = (
@@ -10,6 +11,6 @@
         cc               => "cc",
         cflags           => "-DL_ENDIAN -pipe -O -g -ggdb3 -Wall",
         thread_cflag     => "(unknown)",
-        bn_ops           => "BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}",
+        bn_ops           => "BN_LLONG",
     },
 );