summaryrefslogtreecommitdiff
path: root/hw/kdrive/i810
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2006-08-09 07:20:16 +0300
committerDaniel Stone <daniels@endtroducing.fooishbar.org>2006-08-09 07:20:16 +0300
commit4be9abb8504b3761b5f3a01851e4eb3da86c76e2 (patch)
tree1f6c8683a317de837ac5a7292d93c74e452456c6 /hw/kdrive/i810
parentfe351a711ef55c3ae1e784d4551147c080eda109 (diff)
kdrive: remove ddx_DEPENDENCIES
Remove foo_DEPENDENCIES as they weren't guaranteed to just be libs, and loader arguments (-lfoo, -Lfoo) might've crept in.
Diffstat (limited to 'hw/kdrive/i810')
-rw-r--r--hw/kdrive/i810/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/kdrive/i810/Makefile.am b/hw/kdrive/i810/Makefile.am
index d676a6902..5f7b2acb9 100644
--- a/hw/kdrive/i810/Makefile.am
+++ b/hw/kdrive/i810/Makefile.am
@@ -31,5 +31,3 @@ Xi810_LDADD = \
@KDRIVE_LIBS@ \
@XSERVER_LIBS@ \
$(TSLIB_FLAG)
-
-Xi810_DEPENDENCIES = $(I810_LIBS) @KDRIVE_LIBS@