diff options
author | Phil Blundell <philb@gnu.org> | 2004-12-05 18:42:44 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-12-05 18:42:44 +0000 |
commit | c739ee9810569863cb5b7ce6a171bf4dace139f7 (patch) | |
tree | 5afdb7946f5d2a16693fabe8e4bef53558af1791 /linux-input/makefile.patch | |
parent | 281bf7b590deb01fb8bcc23883db4b0e1d5a4e1e (diff) |
Merge bk://oe-devel@oe-devel.bkbits.net/packages
into stealth.nexus.co.uk:/home/pb/oe/oe-packages
2004/12/05 18:42:23+00:00 nexus.co.uk!pb
fix up linux-input for latest cvs
BKrev: 41b356a4OqwH3zb7EtNlWvXnZ1nMSw
Diffstat (limited to 'linux-input/makefile.patch')
-rw-r--r-- | linux-input/makefile.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linux-input/makefile.patch b/linux-input/makefile.patch index ca605a3e5b..6499372f83 100644 --- a/linux-input/makefile.patch +++ b/linux-input/makefile.patch @@ -1,11 +1,11 @@ ---- Makefile.old 2004-10-09 22:58:10.000000000 +0100 -+++ Makefile 2004-10-09 22:58:27.000000000 +0100 +--- Makefile.old 2004-12-05 18:33:23.000000000 +0000 ++++ Makefile 2004-12-05 18:33:42.000000000 +0000 @@ -32,8 +32,7 @@ CC = gcc CFLAGS = -g -O2 -Wall -I../linux/include -PROGRAMS = evtest inputattach jstest jscal fftest ffmvforce ffset \ -- ffcfstress acceltest +- ffcfstress # acceltest +PROGRAMS = evtest inputattach jstest jscal fftest compile: $(PROGRAMS) |