Commit 56b10d88 authored by Richard Levitte's avatar Richard Levitte
Browse files

Remove comments saying you must do 'make -f Makefile.in TABLE'



Since the configs were remade into hash tables, this isn't needed
any more.

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent cb212f23
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
## -*- mode: perl; -*-
## Standard openssl configuration targets.
##
## If you edit this file, run this command before committing
##	make -f Makefile.in TABLE
## This file is interpolated by the Configure script.

%targets = (

+0 −4
Original line number Diff line number Diff line
## -*- mode: perl; -*-
## Build configuration targets for openssl-team members
##
## If you edit this file, run this command before committing
##	make -f Makefile.in TABLE
## This file is interpolated by the Configure script.

%targets = (
    "purify" => {
+0 −4
Original line number Diff line number Diff line
## -*- mode: perl; -*-
## Personal configuration targets
##
## If you edit this file, run this command before committing
##	make -f Makefile.in TABLE
## This file is interpolated by the Configure script.

%targets = (
    "debug-ben" => {
+0 −4
Original line number Diff line number Diff line
## -*- mode: perl; -*-
## Personal configuration targets
##
## If you edit this file, run this command before committing
##	make -f Makefile.in TABLE
## This file is interpolated by the Configure script.

%targets = (
    "debug-bodo" => {
+0 −4
Original line number Diff line number Diff line
## -*- mode: perl; -*-
## Personal configuration targets
##
## If you edit this file, run this command before committing
##	make -f Makefile.in TABLE
## This file is interpolated by the Configure script.

%targets = (
    "debug-geoff32" => {
Loading