sys/platform/pc32/Makefile patch to fix Make.tags.inc location
Joe Talbott
josepht at cstone.net
Thu May 10 14:03:50 PDT 2007
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"
More information about the Bugs
mailing list