debrix/hw/xorg Makefile.am,1.1,1.2

Adam Jackson xserver-commit at pdx.freedesktop.org
Sun Jun 13 19:19:42 PDT 2004


Committed by: ajax

Update of /cvs/xserver/debrix/hw/xorg
In directory pdx:/home/ajax/debrix/hw/xorg

Modified Files:
	Makefile.am 
Log Message:
better fix for OS_LIBS; just link against the OS-specific lib, don't
mess around creating os-support/libos.a.  fixes parallel builds, and
disambiguates from the other libos.a


Index: Makefile.am
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile.am	10 Jun 2004 19:14:52 -0000	1.1
+++ Makefile.am	14 Jun 2004 02:19:39 -0000	1.2
@@ -11,7 +11,7 @@
 	touch $@
 
 OS_LIBS = os-support/bus/libbus.a \
-          os-support/libos.a
+          os-support/@XORG_OS_SUBDIR@/lib at XORG_OS_SUBDIR@.a
 
 XORG_LIBS = \
             @XORG_CORE_LIBS@ \




More information about the xserver-commit mailing list