Guido Trotter
2006-Mar-07 09:47 UTC
[Pkg-xen-changes] r80 - branches/20060307-fern/xen-3.0/debian
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