DragonFly bugs List (threaded) for 2007-05
DragonFly BSD
DragonFly bugs List (threaded) for 2007-05
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

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


From: Joe Talbott <josepht@xxxxxxxxxx>
Date: Thu, 10 May 2007 16:54:31 -0400
Mail-followup-to: bugs@crater.dragonflybsd.org

Here's a small patch to fix the location of Make.tags.inc in
sys/platform/pc32/Makefile.

Joe
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"
 
 all:
 	@echo "make links or tags only"


[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]