From: short <> Date: Fri, 10 Oct 2003 17:25:32 +0000 (+0000) Subject: -I@include@ is no longer needed. X-Git-Tag: lufs_0_9_6_captive5~9 X-Git-Url: http://git.jankratochvil.net/?p=lufs.git;a=commitdiff_plain;h=028df443c78cfd446cf898ee285c020ba9acd910 -I@include@ is no longer needed. --- 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)