diff options
author | Daniel Stone <daniel@fooishbar.org> | 2006-08-09 07:20:16 +0300 |
---|---|---|
committer | Daniel Stone <daniels@endtroducing.fooishbar.org> | 2006-08-09 07:20:16 +0300 |
commit | 4be9abb8504b3761b5f3a01851e4eb3da86c76e2 (patch) | |
tree | 1f6c8683a317de837ac5a7292d93c74e452456c6 /hw/kdrive/smi/Makefile.am | |
parent | fe351a711ef55c3ae1e784d4551147c080eda109 (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/smi/Makefile.am')
-rw-r--r-- | hw/kdrive/smi/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/kdrive/smi/Makefile.am b/hw/kdrive/smi/Makefile.am index a214e762e..8ce3ebae6 100644 --- a/hw/kdrive/smi/Makefile.am +++ b/hw/kdrive/smi/Makefile.am @@ -34,5 +34,3 @@ Xsmi_LDADD = \ @KDRIVE_LIBS@ \ @XSERVER_LIBS@ \ $(TSLIB_FLAG) - -Xsmi_DEPENDENCIES = $(SMI_LIBS) @KDRIVE_LIBS@ |