summaryrefslogtreecommitdiff
path: root/hw/kdrive/mach64/Makefile.am
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2003-10-15 04:59:45 +0000
committerKeith Packard <keithp@keithp.com>2003-10-15 04:59:45 +0000
commitf5916edb172738c73c8f78b23981abfd8d03a079 (patch)
tree0538fb55e7dac91fd22481be4ab5e08bbac1b90d /hw/kdrive/mach64/Makefile.am
parentb3e47ce18ff9c86833fc6302b1e074912edce404 (diff)
hw/kdrive/*/Makefile.am Libraries in local dir must not use global path or
make doesn't build things in the right order (-j) hw/kdrive/mga/mga.h, mgadraw.c Fix warnings
Diffstat (limited to 'hw/kdrive/mach64/Makefile.am')
-rw-r--r--hw/kdrive/mach64/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/kdrive/mach64/Makefile.am b/hw/kdrive/mach64/Makefile.am
index e53811563..2a960ec5f 100644
--- a/hw/kdrive/mach64/Makefile.am
+++ b/hw/kdrive/mach64/Makefile.am
@@ -27,7 +27,7 @@ Xmach64_SOURCES = \
mach64stub.c
Xmach64_LDADD = \
- $(top_builddir)/hw/kdrive/mach64/libmach64.a \
+ libmach64.a \
$(top_builddir)/hw/kdrive/vesa/libvesa.a \
$(top_builddir)/dix/libdix.a \
$(top_builddir)/os/libos.a \