xserver/hw/xorg/os-support/bus Makefile.am,1.2,1.3

Daniel Stone xserver-commit at pdx.freedesktop.org
Sat May 8 20:49:34 PDT 2004


Committed by: daniel

Update of /cvs/xserver/xserver/hw/xorg/os-support/bus
In directory pdx:/tmp/cvs-serv31619/hw/xorg/os-support/bus

Modified Files:
	Makefile.am 
Log Message:
* configure.ac:
* hw/xorg/os-support/bus/Makefile.am:
Minor build fixes (escape a newline in configure.ac, change $(XORG_OS) to
@XORG_OS in os-support/bus/Makefile.am); thanks to ISHIKAWA Mutsumi for picking
these ones up.


Index: Makefile.am
===================================================================
RCS file: /cvs/xserver/xserver/hw/xorg/os-support/bus/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- a/Makefile.am	3 May 2004 15:39:44 -0000	1.2
+++ b/Makefile.am	9 May 2004 03:49:32 -0000	1.3
@@ -3,8 +3,7 @@
 if XORG_BUS_SBUS
 	ARCH_SOURCES = Sbus.c
 endif
-PCI_SOURCES = $(XORG_OS)Pci.c ix86Pci.c
-DEPFILES = $(XORG_OS)Pci.c
+PCI_SOURCES = @XORG_OS at Pci.c ix86Pci.c
 libxorgbus_a_SOURCES = Pci.c $(PCI_SOURCES) $(ARCH_SOURCES)
 INCLUDES = $(XORG_INCS)
 AM_CFLAGS = $(XORG_CFLAGS)




More information about the xserver-commit mailing list