diff options
author | Keith Packard <keithp@keithp.com> | 2003-10-15 04:59:45 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2003-10-15 04:59:45 +0000 |
commit | f5916edb172738c73c8f78b23981abfd8d03a079 (patch) | |
tree | 0538fb55e7dac91fd22481be4ab5e08bbac1b90d /hw/kdrive/smi | |
parent | b3e47ce18ff9c86833fc6302b1e074912edce404 (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/smi')
-rw-r--r-- | hw/kdrive/smi/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/kdrive/smi/Makefile.am b/hw/kdrive/smi/Makefile.am index b88503282..d512ecc6b 100644 --- a/hw/kdrive/smi/Makefile.am +++ b/hw/kdrive/smi/Makefile.am @@ -24,7 +24,7 @@ Xsmi_SOURCES = \ smistub.c Xsmi_LDADD = \ - $(top_builddir)/hw/kdrive/smi/libsmi.a \ + libsmi.a \ $(top_builddir)/hw/kdrive/fbdev/libfbdev.a \ $(top_builddir)/hw/kdrive/vesa/libvesa.a \ $(top_builddir)/dix/libdix.a \ |