From 674bc72327e3afd3a77b4b173b08da8f77ae41d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Thu, 31 May 2007 21:00:26 +0200 Subject: Don't try to use half-absolute paths that are no more consistent. --- contrib/libdha/Makefile.am | 6 +++--- 1 file 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 \ -- cgit v1.2.3