diff options
author | Rob Austein <sra@hactrn.net> | 2014-04-09 21:33:13 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2014-04-09 21:33:13 +0000 |
commit | f9102a8cbbbbea27670e8ca628d90c6689441efd (patch) | |
tree | e77e40a5ca35aa67b0b1bc12fbc487f20b4c58fa /configure | |
parent | cbdca1699ea9866131d8e0c9d18028d017f8e227 (diff) |
Clean up source regeneration (h/ and schemas/), debug builds with
--disable-*-tools set.
svn path=/branches/tk685/; revision=5775
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -5022,7 +5022,7 @@ if test $build_ca_tools = yes; then CA_TARGET=ca; else CA_TARGET=n -ac_config_files="$ac_config_files Makefile h/Makefile schemas/Makefile" +ac_config_files="$ac_config_files Makefile" # OpenSSL has its own build system that bears no relationship to @@ -5832,8 +5832,6 @@ for ac_config_target in $ac_config_targets do case $ac_config_target in "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; - "h/Makefile") CONFIG_FILES="$CONFIG_FILES h/Makefile" ;; - "schemas/Makefile") CONFIG_FILES="$CONFIG_FILES schemas/Makefile" ;; "openssl/Makefile") CONFIG_FILES="$CONFIG_FILES openssl/Makefile" ;; "openssl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES openssl/tests/Makefile" ;; "rp/Makefile") CONFIG_FILES="$CONFIG_FILES rp/Makefile" ;; |