sys/platform/pc32/Makefile patch to fix Make.tags.inc location

Matthew Dillon dillon at apollo.backplane.com
Thu May 10 17:11:56 PDT 2007


:Here's a small patch to fix the location of Make.tags.inc in
:sys/platform/pc32/Makefile.
:
:Joe
:
:--BOKacYhQ+x31HxR3
:Content-Type: text/plain; charset=us-ascii
:Content-Disposition: attachment; filename="pc32_Makefile.patch"
:
:Index: sys/platform/pc32/Makefile
:===================================================================
:RCS file: /home/dcvs/src/sys/platform/pc32/Makefile,v
:retrieving revision 1.6
:diff -u -r1.6 Makefile
:--- sys/platform/pc32/Makefile	7 Jul 2005 11:49:57 -0000	1.6
:+++ sys/platform/pc32/Makefile	3 May 2007 23:26:29 -0000
:@@ -9,7 +9,7 @@
: 
: TAGDIR=	i386
: 
:-.include "../kern/Make.tags.inc"
:+.include "../../kern/Make.tags.inc"

    Committed.

					-Matt
					Matthew Dillon 
					<dillon at backplane.com>





More information about the Bugs mailing list