diff options
author | Andrew Morton <akpm@linux-foundation.org> | 2007-12-18 01:19:44 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-12-18 04:28:15 +0100 |
commit | 755271358cc401eb3db0db52b2c8fb8d71ae4d8f (patch) | |
tree | b0f36643e7ffd1a165898431c4f2d76507e894e6 /include | |
parent | Merge git://git.linux-nfs.org/pub/linux/nfs-2.6 (diff) | |
download | linux-755271358cc401eb3db0db52b2c8fb8d71ae4d8f.tar.xz linux-755271358cc401eb3db0db52b2c8fb8d71ae4d8f.zip |
fix headers_install
make[3]: *** No rule to make target `/usr/src/devel/include/linux/ticable.h', needed by `/usr/src/devel/usr/include/linux/ticable.h'. Stop.
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Acked-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/Kbuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/Kbuild b/include/linux/Kbuild index 37bfa19d8064..9abf5a806c15 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild @@ -145,7 +145,6 @@ header-y += sound.h header-y += taskstats.h header-y += telephony.h header-y += termios.h -header-y += ticable.h header-y += times.h header-y += tiocl.h header-y += tipc.h |