From 028df443c78cfd446cf898ee285c020ba9acd910 Mon Sep 17 00:00:00 2001 From: short <> Date: Fri, 10 Oct 2003 17:25:32 +0000 Subject: [PATCH] -I@include@ is no longer needed. --- kernel/Linux/2.4/makefile.in | 2 -- kernel/Linux/2.5/makefile.in | 2 -- 2 files changed, 4 deletions(-) diff --git a/kernel/Linux/2.4/makefile.in b/kernel/Linux/2.4/makefile.in index 5d39477..c5f882a 100644 --- a/kernel/Linux/2.4/makefile.in +++ b/kernel/Linux/2.4/makefile.in @@ -5,8 +5,6 @@ obj-m := lufs.o lufs-objs := dir.o file.o inode.o proc.o symlink.o -EXTRA_CFLAGS=-I@includedir@ - include $(TOPDIR)/Rules.make lufs.o: $(lufs-objs) diff --git a/kernel/Linux/2.5/makefile.in b/kernel/Linux/2.5/makefile.in index 5d39477..c5f882a 100644 --- a/kernel/Linux/2.5/makefile.in +++ b/kernel/Linux/2.5/makefile.in @@ -5,8 +5,6 @@ obj-m := lufs.o lufs-objs := dir.o file.o inode.o proc.o symlink.o -EXTRA_CFLAGS=-I@includedir@ - include $(TOPDIR)/Rules.make lufs.o: $(lufs-objs) -- 1.8.3.1