diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-02-10 23:00:33 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-02-10 23:00:33 +0000 |
commit | e9420c4f6e77f692398c895068347bbfaf81ef3b (patch) | |
tree | d9abf0b4f718bdcf54978c13cd23ff3e0822f8a8 /Makefile | |
parent | d34dda5ea5cf1f74c4543679f33bc9ea56c90c24 (diff) | |
download | qemu-e9420c4f6e77f692398c895068347bbfaf81ef3b.zip |
Fix linking for qemu-img on Solaris, by Ben Taylor.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2415 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -26,11 +26,9 @@ endif ifndef CONFIG_DARWIN ifndef CONFIG_WIN32 -ifndef CONFIG_SOLARIS LIBS+=-lrt endif endif -endif all: $(TOOLS) $(DOCS) recurse-all |