[Pkg-xen-changes] r80 - branches/20060307-fern/xen-3.0/debian

Guido Trotter ultrotter at costa.debian.org
Tue Mar 7 09:47:04 UTC 2006


Author: ultrotter
Date: 2006-03-07 09:47:03 +0000 (Tue, 07 Mar 2006)
New Revision: 80

Modified:
   branches/20060307-fern/xen-3.0/debian/rules
Log:
Fix compilation on amd64 (thanks to Ralph for noticing that)


Modified: branches/20060307-fern/xen-3.0/debian/rules
===================================================================
--- branches/20060307-fern/xen-3.0/debian/rules	2006-03-07 09:45:36 UTC (rev 79)
+++ branches/20060307-fern/xen-3.0/debian/rules	2006-03-07 09:47:03 UTC (rev 80)
@@ -112,7 +112,7 @@
 
 # Build architecture dependant packages using the common target.
 binary-arch: build-arch install-arch
-	$(MAKE) -f debian/rules DH_OPTIONS=-a binary-common
+	$(MAKE) -f debian/rules DH_OPTIONS=-s binary-common
 
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary install install-indep install-arch configure




More information about the Pkg-xen-changes mailing list