[PATCH] fd.o xserver hw/xorg/os-support/bus/Makefile.am fix
ISHIKAWA Mutsumi <[email protected]> Sun, 09 May 2004 04:47:59 +0900
| Newsgroups | gmane.comp.freedesktop.xserver |
|---|---|
| Message-ID | <[email protected]> |
xorg DDX of current CVS trunk can not build with this error: make[4]: Entering directory `/home/ishikawa/work/freedesktop.org/cvs/xserver/hw/xorg/os-support/bus' Makefile:319: .deps/linuxPci.Po: No such file or directory make[4]: *** No rule to make target `.deps/linuxPci.Po'. Stop. Here is a patch to fix this. Index: hw/xorg/os-support/bus/Makefile.am =================================================================== RCS file: /cvs/xserver/xserver/hw/xorg/os-support/bus/Makefile.am,v retrieving revision 1.2 diff -u -a -r1.2 Makefile.am --- hw/xorg/os-support/bus/Makefile.am 3 May 2004 15:39:44 -0000 1.2 +++ hw/xorg/os-support/bus/Makefile.am 8 May 2004 19:32:21 -0000 @@ -3,7 +3,7 @@ if XORG_BUS_SBUS ARCH_SOURCES = Sbus.c endif -PCI_SOURCES = $(XORG_OS)Pci.c ix86Pci.c +PCI_SOURCES = @[email protected] ix86Pci.c DEPFILES = $(XORG_OS)Pci.c libxorgbus_a_SOURCES = Pci.c $(PCI_SOURCES) $(ARCH_SOURCES) INCLUDES = $(XORG_INCS) -- ISHIKAWA Mutsumi <[email protected]>, <[email protected]>, <[email protected]>