diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-05-31 21:00:26 +0200 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-05-31 21:00:26 +0200 |
commit | 674bc72327e3afd3a77b4b173b08da8f77ae41d0 (patch) | |
tree | 896b997e27bb6980513b48aee6f7e43de6fc8e7b /contrib | |
parent | d79768a006b42ba1b3cf64dd18e4d1d46f569f45 (diff) | |
download | xine-lib-674bc72327e3afd3a77b4b173b08da8f77ae41d0.tar.gz xine-lib-674bc72327e3afd3a77b4b173b08da8f77ae41d0.tar.bz2 |
Don't try to use half-absolute paths that are no more consistent.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/libdha/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/libdha/Makefile.am b/contrib/libdha/Makefile.am index 05aebb704..8340fe671 100644 --- a/contrib/libdha/Makefile.am +++ b/contrib/libdha/Makefile.am @@ -25,7 +25,7 @@ nodist_libdha_la_SOURCES = pci_names.c EXTRA_PROGRAMS = test test_SOURCES = test.c -test_LDADD = $(top_builddir)/src/video_out/libdha/libdha.la +test_LDADD = libdha.la ## for OpenBSD LIBS += -li386 @@ -34,8 +34,8 @@ pci_db2c.awk: oth/pci.db: $(awk_generated): pci_db2c.awk oth/pci.db - LC_ALL=C $(AWK) -f $(top_srcdir)/src/video_out/libdha/pci_db2c.awk \ - $(top_srcdir)/src/video_out/libdha/oth/pci.db + LC_ALL=C $(AWK) -f $(srcdir)/pci_db2c.awk \ + $(srcdir)/oth/pci.db pci_names.lo: $(awk_generated) source='$*.c' object='$@' libtool=yes \ |