diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | kernel/Makefile.am | 2 |
2 files changed, 4 insertions, 2 deletions
@@ -2,7 +2,9 @@ * libmpio/id3.c (mpio_id3_copy_tag): remove trailing spaces as suggested by Thomas - + * kernel/Makefile.am: + removed unnecessary -I$(INCLUDE) as spotted by Yury + 2003-04-20 Markus Germeier <mager@tzi.de> * libmpio/directory.c (mpio_dentry_filename_write): diff --git a/kernel/Makefile.am b/kernel/Makefile.am index 27193b6..f483040 100644 --- a/kernel/Makefile.am +++ b/kernel/Makefile.am @@ -1,5 +1,5 @@ INCLUDES=-I@KERNEL_INCLUDE@ -KCFLAGS=-D__KERNEL__ -I$(INCLUDE) -Wall -Wstrict-prototypes -O2 \ +KCFLAGS=-D__KERNEL__ -Wall -Wstrict-prototypes -O2 \ -fomit-frame-pointer -pipe -DMODULE EXTRA_DIST=mpio.c |