diff options
author | Paolo Bonzini | 2022-05-13 18:06:37 +0200 |
---|---|---|
committer | Paolo Bonzini | 2022-05-14 12:33:45 +0200 |
commit | 008f6f20a544cbffe6152aacb69b2774978b49e0 (patch) | |
tree | cbf2839f51093ae15bdfe3e9aac6927b32b5ed43 /configure | |
parent | build: remove useless dependency (diff) | |
download | qemu-008f6f20a544cbffe6152aacb69b2774978b49e0.tar.gz qemu-008f6f20a544cbffe6152aacb69b2774978b49e0.tar.xz qemu-008f6f20a544cbffe6152aacb69b2774978b49e0.zip |
configure: remove another dead variable
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1992,7 +1992,6 @@ fi if test "$static" = "yes" ; then echo "CONFIG_STATIC=y" >> $config_host_mak fi -qemu_version=$(head $source_path/VERSION) echo "SRC_PATH=$source_path" >> $config_host_mak echo "TARGET_DIRS=$target_list" >> $config_host_mak if test "$modules" = "yes"; then |