diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2016-11-08 11:05:13 +0400 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2016-12-22 16:00:24 +0100 |
commit | c17a18ef30c2a23599c7b0ac66bbd67519beb11c (patch) | |
tree | 81be6ef308d381c9b671831c9ca15b9c50c2a1d9 /Makefile.objs | |
parent | a273f4cedf011af535ff3757c3a93e7134c198da (diff) | |
download | qemu-c17a18ef30c2a23599c7b0ac66bbd67519beb11c.zip qemu-c17a18ef30c2a23599c7b0ac66bbd67519beb11c.tar.gz qemu-c17a18ef30c2a23599c7b0ac66bbd67519beb11c.tar.bz2 |
build-sys: remove libtool left-over
Libtool support was removed in commit e999ee44349, there is a few
left-over.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20161108070513.30274-1-marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'Makefile.objs')
-rw-r--r-- | Makefile.objs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.objs b/Makefile.objs index e59b979..51c36a4 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -97,7 +97,6 @@ common-obj-y += disas/ ###################################################################### # Resource file for Windows executables version-obj-$(CONFIG_WIN32) += $(BUILD_DIR)/version.o -version-lobj-$(CONFIG_WIN32) += $(BUILD_DIR)/version.lo ###################################################################### # tracing |