Remove x86_gcc_des,x86_gcc_opts
[openssl.git] / Configurations / 99-personal-rse.conf
index 0cbe29ff5c8adccadc64a559b7cd126ddbe8df0c..39e1f11884da888f2297d7a87db56c03ef9f9cf0 100644 (file)
@@ -2,7 +2,7 @@
 ## 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 = (
@@ -11,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",
     },
 );