[PATCH] fd.o xserver hw/xorg/os-support/bus/Makefile.am fix

ISHIKAWA Mutsumi ishikawa at debian.org
Sat May 8 12:47:59 PDT 2004


 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 = @XORG_OS at Pci.c ix86Pci.c
 DEPFILES = $(XORG_OS)Pci.c
 libxorgbus_a_SOURCES = Pci.c $(PCI_SOURCES) $(ARCH_SOURCES)
 INCLUDES = $(XORG_INCS)


-- 
ISHIKAWA Mutsumi
 <ishikawa at netvillage.co.jp>, <ishikawa at linux.or.jp>, <ishikawa at debian.org>



More information about the xserver mailing list