summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-03-17 15:00:37 +0000
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-03-17 15:00:37 +0000
commit70956b7719f37c207610b6cd6f29be123414d360 (patch)
treeca0d7f3cb1b8646fe8b6545a4d077211307ea117 /Makefile
parente1f63470e96665b13d8a71ce8df520ab64fdcb12 (diff)
downloadqemu-70956b7719f37c207610b6cd6f29be123414d360.tar.gz
Better way to select -lrt, by Andrzei Zaborowski.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2486 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index b6d7b1f146..9b9a32d0c8 100644
--- a/Makefile
+++ b/Makefile
@@ -24,11 +24,7 @@ else
DOCS=
endif
-ifndef CONFIG_DARWIN
-ifndef CONFIG_WIN32
-LIBS+=-lrt
-endif
-endif
+LIBS+=$(AIOLIBS)
all: $(TOOLS) $(DOCS) recurse-all