From 8d83788db02041a39beb2dbb417018ef380c689c Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Fri, 11 May 2007 00:10:10 +0000 Subject: [PATCH] Fix the location of Make.tags.inc Submitted-by: Joe Talbott --- sys/platform/pc32/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/platform/pc32/Makefile b/sys/platform/pc32/Makefile index 32e7b6c71b..67ca4845a0 100644 --- a/sys/platform/pc32/Makefile +++ b/sys/platform/pc32/Makefile @@ -1,5 +1,5 @@ # $FreeBSD: src/sys/i386/Makefile,v 1.8 2000/01/27 01:22:06 mckusick Exp $ -# $DragonFly: src/sys/platform/pc32/Makefile,v 1.6 2005/07/07 11:49:57 corecode Exp $ +# $DragonFly: src/sys/platform/pc32/Makefile,v 1.7 2007/05/11 00:10:10 dillon Exp $ # @(#)Makefile 8.1 (Berkeley) 6/11/93 # Makefile for i386 links, tags file @@ -9,7 +9,7 @@ TAGDIR= i386 -.include "../kern/Make.tags.inc" +.include "../../kern/Make.tags.inc" all: @echo "make links or tags only" -- 2.41.0