diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-01-07 21:42:26 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-07 21:42:26 +0000 |
commit | b6079b6c268d8df773e42a191f12c9afcd17d1c6 (patch) | |
tree | e665d9ee8167a8237254a624c79a3db8b7837cd3 /packages/linux-input/files/makefile.patch | |
parent | 1fbdad585b0137cecf62a86a6dac7e91a44505a6 (diff) |
Convert CVSDATE -> SRCDATE. Also standardise cvs and svn PVs to x.x.x+cvsYYYYMMDD format and some includes some minor whitespace cleanup.
Diffstat (limited to 'packages/linux-input/files/makefile.patch')
-rw-r--r-- | packages/linux-input/files/makefile.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/linux-input/files/makefile.patch b/packages/linux-input/files/makefile.patch new file mode 100644 index 0000000000..6499372f83 --- /dev/null +++ b/packages/linux-input/files/makefile.patch @@ -0,0 +1,12 @@ +--- 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 ++PROGRAMS = evtest inputattach jstest jscal fftest + + compile: $(PROGRAMS) + |