diff options
author | crunchy <crunchy> | 2002-09-14 11:19:30 +0000 |
---|---|---|
committer | crunchy <crunchy> | 2002-09-14 11:19:30 +0000 |
commit | b30aa2ef1b42c6e65b55accbdca6448f0ee2dddc (patch) | |
tree | 970ef4988a9ba3de7f9df74c2d9a3ab7acc42f14 /kernel | |
parent | b994b5499a4fd50675bc3c772a0c19fa2d4290ac (diff) | |
download | mpiosh-b30aa2ef1b42c6e65b55accbdca6448f0ee2dddc.tar.gz mpiosh-b30aa2ef1b42c6e65b55accbdca6448f0ee2dddc.tar.bz2 mpiosh-b30aa2ef1b42c6e65b55accbdca6448f0ee2dddc.zip |
shell regular expression mapping
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/kernel/Makefile.in b/kernel/Makefile.in index 484222e..a1a7c68 100644 --- a/kernel/Makefile.in +++ b/kernel/Makefile.in @@ -80,8 +80,7 @@ STRIP = @STRIP@ VERSION = @VERSION@ INCLUDES = -I/usr/src/linux/include -KCFLAGS = -D__KERNEL__ -I$(INCLUDE) -Wall -Wstrict-prototypes -O2 \ - -fomit-frame-pointer -pipe -DMODULE +KCFLAGS = -D__KERNEL__ -I$(INCLUDE) -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -pipe -DMODULE bin_PROGRAMS = mpio.o |