diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-06-10 13:45:31 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-06-10 13:45:31 +0000 |
commit | 852adc56c46c1dbe60cb6a0983bdb6bc3d224bd2 (patch) | |
tree | 620a0b8f51c742821af971fb9cb8d4e4f5065014 | |
parent | 681de9b185ef4780618bb86c3a7e5ca3e167df82 (diff) | |
download | xine-lib-852adc56c46c1dbe60cb6a0983bdb6bc3d224bd2.tar.gz xine-lib-852adc56c46c1dbe60cb6a0983bdb6bc3d224bd2.tar.bz2 |
Fix dist/distcheck stages (one more time ;-) ).
CVS patchset: 2057
CVS date: 2002/06/10 13:45:31
-rw-r--r-- | src/video_out/libdha/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/video_out/libdha/Makefile.am b/src/video_out/libdha/Makefile.am index 6faa00d50..9c4fb9c0e 100644 --- a/src/video_out/libdha/Makefile.am +++ b/src/video_out/libdha/Makefile.am @@ -22,14 +22,18 @@ noinst_HEADERS = AsmMacros.h libdha.h ## for OpenBSD LIBS += -li386 ## We have to create some files, on the fly, this is why this rule is needed. -pci_names.lo: +awk-depends: $(AWK) -f $(top_srcdir)/src/video_out/libdha/pci_db2c.awk \ $(top_srcdir)/src/video_out/libdha/oth/pci.db + +pci_names.lo: awk-depends source='$*.c' object='$@' libtool=yes \ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' \ $(CCDEPMODE) $(depcomp) \ $(LTCOMPILE) -c -o $@ `test -f $*.c || echo '$(srcdir)/'`$*.c +pci_names.c: awk-depends + debug: @$(MAKE) CFLAGS="$(DEBUG_CFLAGS) @STATIC@ -DXINE_COMPILE" |